XXXX A short description XXXXXX
- Node Version Manager (NVM)
- Node.js (installed using NVM)
Run npm install and then npm run test:watch
| NPM Script | Description |
|---|---|
| start | Starts app |
| test | Runs unit tests |
| test:watch | Runs unit tests and watches for changes (in local development) |