Skip to content

brightq/fastify-typescript-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fastify & TypeScript starter repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.4%
  • HTML 34.6%