Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 11 days ago
JSON representation

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
```