Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 407 Bytes

hello-world-proj

The project source code for the tutorial chromiumify #1

$ npm install
$ npm install chromiumify -g
$ chromiumify src/background.js -o chrome-app/background.js
$ chromiumify run chrome-app

You should then be able to follow on from the RUN IT ON MOBILE section of the tutorial