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.
- Host: GitHub
- URL: https://github.com/santiagodotsh/nest-typescript-intro
- Owner: santiagodotsh
- Created: 2024-09-02T22:04:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:39:39.000Z (9 months ago)
- Last Synced: 2025-01-19T09:43:38.167Z (5 months ago)
- Topics: classes, decorators, injection, objects, types, typescript, vite
- 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
```