This project helps to understand decorators and different kinds of decorators and its samples.
To run this project
- Clone this git repository
- run npm start
- host the root directory via
http-server
[if you dont have http-server. Run this commandnpm i http-server --g
]