Skip to content

noyyyy/fastify-typescript-starter

 
 

Repository files navigation

Fastify & Typescript App

Fastify & TypeScript starter repository.

Installation

$ git clone https://github.com/noyyyy/fastify-typescript-starter
$ cd fastify-typescript-starter
$ pnpm i

Usage

Development

# Required: typescript watch compilation
$ pnpm watch

# Required: development server with hot reload (nodemon)
$ pnpm dev

# Format with prettier
$ pnpm lint

Production

# build for production
$ pnpm build

# start production app
$ pnpm start

About

Fastify & TypeScript starter repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.9%
  • JavaScript 31.7%
  • Dockerfile 11.4%