Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowfirewolf/fastify-ts-template
https://github.com/snowfirewolf/fastify-ts-template
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowfirewolf/fastify-ts-template
- Owner: SnowFireWolf
- Created: 2024-07-26T05:04:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T05:06:44.000Z (4 months ago)
- Last Synced: 2024-10-07T17:05:58.651Z (about 1 month ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastify typescript template
I designed a development stack for my service backend.
It can help me quickly build new projects.# Pre Setup
To build and run this app locally you will need a few things:
- Install [Node.js](https://nodejs.org/)
- Install [VS Code](https://code.visualstudio.com/)
- Install [Typescript] (https://www.typescriptlang.org/index.html#download-links)# Getting started
- Install dependencies
```
cd
pnpm install
```
- Build and run the project
```
pnpm run build
pnpm start
```- Run in development mode
```
pnpm run dev
```