CircleCI

Gateway dashboard for 200loc-gate

Basic Usage

# clone the repo
$ git clone https://github.com/byavv/200Loc-dashboard.git
$ cd 200Loc-dashboard

# install 
$ npm install

# build for development/production
$ npm run build 

# run development/production
Start in two separated consoles 

$ npm run watch
$ npm run start    

# serve mode
$ gulp

# run tests
$ npm test
$ npm test-cov