Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haikelz/nest-template
- Owner: haikelz
- License: mit
- Created: 2023-08-03T01:25:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T13:11:11.000Z (over 1 year ago)
- Last Synced: 2024-11-28T01:28:21.307Z (2 months ago)
- Topics: fastify, nestjs, swc, typescript
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
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.