Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haikelz/nest-template

A simple Nest JS Template with performance-oriented
https://github.com/haikelz/nest-template

fastify nestjs swc typescript

Last synced: 7 days ago
JSON representation

A simple Nest JS Template with performance-oriented

Awesome Lists containing this project

README

        


nest-template


A simple Nest JS Template with performance-oriented


## Things i've done in this template

- Caching
- Replace express with fastify
- Compression
- Swc for bundling

## Getting Started

- First, clone this repo, or just click **Use this template**.
- Install all needed depedencies with `pnpm install`.
- After that, you can start the project with `pnpm run start:dev` and see the result.
- The Default port is 5000. You can change and edit the port in `src/main.ts` file.
- This template is using conventional commit. So instead of `git commit -m `, you can type `pnpm commit` to start your conventional commit.