Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 399 Bytes

Typescript decorators demo app

Demo application representing the power of decorators for making an own framework / templates. All decorators are stored in framework/decorators folder. See code or run locally to se how it works live. 🚀

Running on localhost

  • Requires docker and nvm
docker-compose -p decorator-framework up
nvm i
npm run start