Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```