Requirement

  • Nodejs

Set up development environment

  1. Install NodeJs dependencies
npm install && npm install bower -g && npm install gulp -g
  1. Install JS dependencies
mkdir bower_components && bower install

Now, you are ready to go. Check Development section for futher detail.

Development

./app is the main directory for the application.

# Run dev server
gulp serve

# Deploy
gulp deploy