Skip to content

🚀 Fastify & TypeScript starter repository

Notifications You must be signed in to change notification settings

isggwp/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
$ 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

About

🚀 Fastify & TypeScript starter repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.6%
  • HTML 34.4%