https://github.com/sangtrandev00/typescript-decorator-fundamental-concepts
https://github.com/sangtrandev00/typescript-decorator-fundamental-concepts
typescript typescript-decorator typescript-fundamental
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sangtrandev00/typescript-decorator-fundamental-concepts
- Owner: sangtrandev00
- Created: 2025-01-04T14:19:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T14:32:42.000Z (over 1 year ago)
- Last Synced: 2025-02-27T03:33:52.443Z (over 1 year ago)
- Topics: typescript, typescript-decorator, typescript-fundamental
- Language: TypeScript
- Homepage: https://trannhatsang.com/bai-viet
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-decorator
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.