Skip to content

tingminitime/oauth-server-example

Repository files navigation

Fastify & TypeScript App

Fastify & TypeScript starter repository.

Prerequistes

  • Node.js >= v20.0.0
  • pnpm >= v9.0.0

Usage

Development

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

Production

# build for production
$ pnpm build

# start production app
$ pnpm start

Clone to local

$ npx degit tingminitime/oauth-server-example <your-project-name>
$ cd <your-project-name>
$ pnpm install

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published