byavv / 200Loc-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 92.7%Language:TypeScript 5.0%Language:CSS 1.4%Language:HTML 0.9%Language:Shell 0.1%