steal-decorators-example

To run the app in dev mode:

npm start

then open http://127.0.0.1:8080/

To run the app in production mode

npm run build && npm start

then open http://127.0.0.1:8080/prod.html

Open the Developer Tools since this app does not update the html page.

You should see a Cost: 200 message in the console.