# awesome-nest-boilerplate **Repository Path**: silencc-nodejs/awesome-nest-boilerplate ## Basic Information - **Project Name**: awesome-nest-boilerplate - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2024-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs ## README # Awesome NestJS Boilerplate v8 [](https://github.com/juliandavidmr/awesome-nestjs) > This is an ever-evolving, very opinionated architecture and dev environment for new node projects using [NestJS](https://nestjs.com). Questions, feedback, and for now, even bikeshedding are welcome. 😄 ## Getting started ```bash # 1. Clone the repository or click on "Use this template" button. npx degit NarHakobyan/awesome-nest-boilerplate my-nest-app # 2. Enter your newly-cloned folder. cd my-nest-app # 3. Create Environment variables file. cp .env.example .env # 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install) yarn ``` ## Checklist When you use this template, try follow the checklist to update your info properly - [ ] Change the author name in `LICENSE` - [ ] Change configurations in `.env` - [ ] Remove the `.github` folder which contains the funding info - [ ] Clean up the README.md file And, enjoy :) ### Development ```bash # 4. Run development server and open http://localhost:3000 yarn start:dev # 5. Read the documentation linked below for "Setup and development". ``` ### Build To build the App, run ```bash yarn build:prod ``` And you will see the generated file in `dist` that ready to be served. ## Features