- Nodejs
- Install NodeJs dependencies
npm install && npm install bower -g && npm install gulp -g
- Install JS dependencies
mkdir bower_components && bower install
Now, you are ready to go. Check Development section for futher detail.
./app
is the main directory for the application.
# Run dev server
gulp serve
# Deploy
gulp deploy