Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celeroncoder/nestjs-ts-starter
NestJS Typescript Starter
https://github.com/celeroncoder/nestjs-ts-starter
hacktoberfest nestjs-boilerplate
Last synced: 4 days ago
JSON representation
NestJS Typescript Starter
- Host: GitHub
- URL: https://github.com/celeroncoder/nestjs-ts-starter
- Owner: celeronCoder
- Created: 2021-10-04T13:58:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:58:35.000Z (over 1 year ago)
- Last Synced: 2023-03-04T18:27:41.658Z (over 1 year ago)
- Topics: hacktoberfest, nestjs-boilerplate
- Language: TypeScript
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NestJS TS Starter
NestJS Default Typescript starter, [typescript-starter](https://github.com/nestjs/typescript-starter) with:
- HttpLogger Middleware
- Hot Reload Development Server
- Github Actions
- MIT License
- Code of Conduct
- Issue and Pull Request Templates[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Use template via git
```bash
# clone the project
git clone project
# install the dependencies
cd project
npm install
# if using yarn
yarn
# start the devlopment server
yarn start:dev
```