Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 493 Bytes

Instructions

Step 1: Make sure that nodeJS is installed. I suggest using a node version manager.

Step 2: Install project dependencies.

$ npm install

Step 3: Start the dev server

$ npm start

Tests: Run the tests once or continuously.

$ npm test
$ npm run test:watch