- Build with
npm install. - Compile with:
npx tsc. - Run tests with:
npm test. - Run coverage tests with:
npm run coverage.
- Start server with:
npm run dev. - Stop server with: CTRL+C.
- Test server with:
npm run simulate.
Testing done with Mocha + Chai (c8 for coverage testing).