Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 574 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 574 Bytes

Fastify & Typescript App

Fastify & TypeScript starter repository.

Installation

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

Usage

Development

# Required: typescript watch compilation
$ npm run watch

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

# Format with prettier
$ npm run format

Production

# build for production
$ npm run build

# start production app
$ npm run start