- Clone this repo.
- Run
npm install
- Start the http-server using
npm run start
. - Open /development.html file in your browser.
You can click on the “Welcome to…” title to see the onClick
event fire.
- Run
npm run build
in terminal to generate the bundles in "dist" folder. - Start the http-server using
npm run start
. - Open /production.html file in browser.
This example uses steal-jsx.