https://github.com/redsuperbat/demystifying-decorators
Exploring how typescript @decorators() really work, what they can be used for and how something which looks so complex can actually be quite easy!
https://github.com/redsuperbat/demystifying-decorators
Last synced: 2 months ago
JSON representation
Exploring how typescript @decorators() really work, what they can be used for and how something which looks so complex can actually be quite easy!
- Host: GitHub
- URL: https://github.com/redsuperbat/demystifying-decorators
- Owner: redsuperbat
- License: mit
- Created: 2023-03-17T15:10:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T22:05:48.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T19:42:36.180Z (6 months ago)
- Language: JavaScript
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Demystifying decorators
This is a talk for explaining Typescript decorators.
## Running
To run the page:
```shell
npm run serve
```
You should now be able view the presentation on localhost:8000