Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santiagodotsh/nest-typescript-intro

🔵🐈 Introduction to TypeScript and general concepts of NestJS.
https://github.com/santiagodotsh/nest-typescript-intro

classes decorators injection objects types typescript

Last synced: about 1 month ago
JSON representation

🔵🐈 Introduction to TypeScript and general concepts of NestJS.

Awesome Lists containing this project

README

        

## Project setup

```bash
$ npm install
```

## Compile and run the project

```bash
# development
$ npm run dev

# production build
$ npm run build

# preview mode
$ npm run preview
```