This is a node application based on fastify and ejs, with modern node resources for typescript, tests and file watcher (for development server).
- Run tests:
npm run test- Run tests and generate code coverage:
npm run test:cov- Start:
npm run start- Start (development mode):
npm run start:dev