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: 8 months ago
JSON representation
Template TypeScript Fastify App
- Host: GitHub
- URL: https://github.com/lukeocodes/fastify-ts-template
- Owner: lukeocodes
- Created: 2023-06-22T08:34:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T08:45:44.000Z (over 2 years ago)
- Last Synced: 2025-01-13T05:42:04.025Z (10 months ago)
- Topics: api, fastify, microservice, template, typescript
- Language: TypeScript
- Homepage: https://deepgram.com
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```