- node >= 4.2.3
- npm = 2.14.7
- bower >= 1.7.1
- gulp >= 3.9.0
$ npm install -g bower gulp- Install npm packages
npm install - Install bower packages
bower install - Run
gulp devto run development server - Run
gulp buildto build project (static version)
Use configs
Сonfiguration files in the folder configs.
- Run
gulp dev --env=productionto run development server with config production. - Run
gulp build --env=productionto build project with config production.
Default is local config.