Kickstart your project with a comprehensive Fastify and TypeScript template. This setup includes:
- Testing with Tap.js
- WebSocket Integration example
- Pre-configured CI/CD
Install dependencies, build, and run in development mode:
npm install
npm run build
npm run start:devnpm run test
npm run lint
npm run format