Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 279 Bytes

To install dependencies

npm install

If you would like to add additional dependencies, simply run

npm install --save <package-name>

To run the test suite

npm test

Test output is written to both stdout and integration-test.log

To run the app:

npm start