https://github.com/adhorodyski/fastify-starter
Fastify + Typescript starter.
https://github.com/adhorodyski/fastify-starter
eslint fastify nodemon prettier typescript
Last synced: about 2 months ago
JSON representation
Fastify + Typescript starter.
- Host: GitHub
- URL: https://github.com/adhorodyski/fastify-starter
- Owner: adhorodyski
- Created: 2021-02-22T17:22:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T15:21:45.000Z (almost 5 years ago)
- Last Synced: 2025-06-18T19:50:40.119Z (about 1 year ago)
- Topics: eslint, fastify, nodemon, prettier, typescript
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastify starter
Blazingly fast Fastify server starter built with Typescript. 🏄♂️
###### Happy hacking! ✌️
---
#### Install
```
yarn
```
#### Develop
```
yarn start:dev
```