the final app is in frontend/
live demo is here: http://m-h-t.github.io/leap/frontend/
- go to gh-pages branch
git checkout gh-pages
- then
chekout master frontend/file-or-folder-with-changes
- commit changes and push
All in terminal:
npm install -g gulp
in the app folder
cd frontend
run gulp to compile files and start local server
gulp