Requirements: node.js >= 18.15.0 ( LTS )
Template for TypeScript nodejs projects. It includes:
- nodemon for development including reloading on file changes.
- ts-node runtime for both development and production.
- basic fastify setup
- schema & types using typebox
- jest for unit-testing
- Update package.json with your project details
- Install dependencies with
npm install
- Start coding!