Steps to run this project

  • Clone this project
  • Go to project directory
  • Run 'npm install'
  • Run 'bower install'

Build tasks

  • following commands will create build for DEVELOPMENT environment: 'gulp build' OR 'npm run build:local'

  • following commands will create build for PRODUCTION environment: 'gulp build --prod' OR 'npm run build:prod'