| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
A simple starter template for building APIs with Fastify and TypeScript using Node.js 24+.
git clone https://github.com/Matschik/fastify-typescript-starter.git
cd fastify-typescript-starter
npm installStart the development server with hot reload:
npm run devThe server will automatically restart when you change files.
Start the production server:
npm run startnpm run typecheck # Check for TypeScript errors
npm run format # Format code with Prettiersrc/
โโโ index.ts # Entry point
โโโ app.ts # Fastify app setup
โโโ router.ts # Route registration
โโโ controller/ # Route handlers
โโโ indexController.ts
โโโ userController.ts
MIT
| Back | FazBrowse Home | New Git URL |