❤️ Result of the infinite love of AngularJS and APIs
brunch new gh:davinov/kewl
npm start
or bunch watch --server
brunch build --production
Client-side only
-
Init a git repository in public folder
cd public git init git branch -m master gh-pages git remote add origin [github repository address]
-
Build changes if necessary
-
Commit your changes in public/ folder and upload them
git add . git commit git push
This last procedure is automated in publidh-on-github.sh
.
Based on @vbrajon's brunch skeleton