Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srav001/nest-js-template

A quick 🤩 and easy 😍 Nest JS template with Fastify ⚡
https://github.com/srav001/nest-js-template

fast fastify nest nestjs nestjs-backend node node-js nodejs

Last synced: 3 days ago
JSON representation

A quick 🤩 and easy 😍 Nest JS template with Fastify ⚡

Awesome Lists containing this project

README

        

# A quick and easy NestJS Template

A simple starter template for a NodeJS backend. NestJS along with fastify is used and some industry standards like Prettier, es-lint and Commitlint is added. The starter template is kept relatively clean and simple to have minimal packages included.

- `Commitlint and Husky is added for cleaner commits`

Note:

> This project will be updated bi-yearly, updating all dependencies to the latest version and maybe even replace some tech for newer and better ones or remove deprecated ones.

- ` Example is included and rest is left for developer decision.`

## Custom Scripts:

```
pnpm start: 'Runs nest dev server with auto reload'
pnpm lint: 'Runs eslint in src directory and fixes all autofixeable errors'
pnpm format: 'Runs src directory through prettier and formats all files'
```