Fastify & TypeScript starter repository.
$ git clone https://github.com/noyyyy/fastify-typescript-starter
$ cd fastify-typescript-starter
$ pnpm i# Required: typescript watch compilation
$ pnpm watch
# Required: development server with hot reload (nodemon)
$ pnpm dev
# Format with prettier
$ pnpm lint# build for production
$ pnpm build
# start production app
$ pnpm start