Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukeocodes/fastify-ts-template

Template TypeScript Fastify App
https://github.com/lukeocodes/fastify-ts-template

api fastify microservice template typescript

Last synced: 11 days ago
JSON representation

Template TypeScript Fastify App

Awesome Lists containing this project

README

        

# Template TypeScript Fastify App

Set it up:

```bash
npm i
# - or -
# yarn
```

Run it:

```bash
npm run dev
# - or -
# yarn dev
```

Build it:

```bash
npm run build
# - or -
# yarn build
```

Start the build:

```bash
npm start
# - or -
# yarn start
```