Boilerplate code for implementing REST APIs using TypeScript with Node.js and Fastify.
- Node.js 20+
npm install
npm test
This starts the server with hot reloading enabled thus eliminating the need to restart Node between changes.
npm run dev
Builds the TypeScript code and starts the compiled server in production mode.
npm run build
npm start