Skip to content

course-js/JS_02_18

Repository files navigation

COURSE JS_02_18

We assume you have pre-installed node.js with npm, Gulp, Bower.

Build process of project depend on Node.js. Used package managers its Bower and npm. Core of builder is Gulp.

npm install bower -g
npm install -g gulp gulp-cli

Connect to the project

Clone repo:

git clone https://github.com/course-js/JS_02_18.git

Install dependencies

npm install
bower install

Default run

To run project for developing :

CONFIGURATION: environment/development.json

gulp serve-dev

To run build project for production :

CONFIGURATION: environment/production.json

gulp build-prod

Custom configuration

To use node environment you may write custom configuration (environment/fileName.json) and specified node environment (SET NODE_ENV=fileName) then run:

To run project for developing with custom configuration

gulp serve

To run run build project for production with custom configuration

gulp build

About

course project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors