hackamon html template
- Install:
npm install --global yo gulp-cli bower
- Run
npm install
to install dependencies - Run
bower install
to install bower dependencies - Run
gulp serve
to preview and watch for changes - Run
bower install --save <package>
to install frontend dependencies - Run
gulp serve:test
to run the tests in the browser - Run
gulp
to build your webapp for production - Run
gulp serve:dist
to preview the production build - Run
gulp deploy
to deploy to github pages: https://hgon23.github.io/hackamon/