Ecosyste.ms: Awesome
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
Last synced: about 1 month ago
JSON representation
🔵🐈 Introduction to TypeScript and general concepts of NestJS.
- Host: GitHub
- URL: https://github.com/santiagodotsh/nest-typescript-intro
- Owner: santiagodotsh
- Created: 2024-09-02T22:04:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:39:39.000Z (4 months ago)
- Last Synced: 2024-09-06T04:37:03.545Z (4 months ago)
- Topics: classes, decorators, injection, objects, types, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```