TypeScript Fastify To start locally for development: npm run dev The app runs at http://localhost:4000. To build: npm run build To start after building: npm start