noyyyy / fastify-typescript-starter

Fastify & TypeScript starter repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 56.9%Language:JavaScript 31.7%Language:Dockerfile 11.4%