Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 401 Bytes

robe-test-server

How to contribute

Clone and run npm install. This will install both run-time project dependencies and developer tools listed in package.json file.

How to Build for Production

If you need just to build the app (without running a dev server), simply run:

$ npm run-script build

How to run Unit Tests.

$ npm test