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

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 vite

Last synced: 3 months 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
```