fastify-typescript-starter icon indicating copy to clipboard operation
fastify-typescript-starter copied to clipboard

🚀 Fastify & TypeScript starter repository

Fastify & Typescript App

Fastify & TypeScript starter repository.

Installation

$ git clone https://github.com/Matschik/fastify-typescript-starter.git
$ cd fastify-typescript-starter
$ yarn install

Usage

Development

# Required: typescript watch compilation
$ yarn watch

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

# Format with prettier
$ yarn format

Production

# build for production
$ yarn build

# start production app
$ yarn start