rohanchandane / angular-gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About


Languages

Language:JavaScript 78.0%Language:CSS 11.7%Language:HTML 10.2%