m-mujica / steal-decorators-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 51.7%Language:HTML 48.3%