Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 538 Bytes

trafficlight

Trafficlight visualisator for TeamCity project statuses

SETUP

Node.js version >= 7 (tested on)

npm install

STARTING

npm run +

lint -validate code styles
build -build development version to "public" path
build:prod -build production version with minif js
start [-- --port <port>] -start server in develop mode with HMR
start:prod [-- --port <port>] -start server in production mode with resources in "public path"

By default server available on http://localhost:3000/