
Init
$ npm install -g bower
$ npm install -g gulp
Install dependencies:
$ npm install
$ bower install
Develop
Build static files and run dev server:
$ gulp
Copy build to GH-Pages folder. The setup should be
master branch in /projects/sapo.jsand gh-pages branch in /projects/sapo.js-pages. This command will copy masterbranch’s build folder togh-pages branch folder:$ gulp deploy
No comments:
Post a Comment