Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 598 Bytes

steal-react-example

  1. Clone this repo.
  2. Run npm install
  3. Start the http-server using npm run start.
  4. Open /development.html file in your browser.

You can click on the “Welcome to…” title to see the onClick event fire.

Production version

  1. Run npm run build in terminal to generate the bundles in "dist" folder.
  2. Start the http-server using npm run start.
  3. Open /production.html file in browser.

This example uses steal-jsx.

Steal-React Example Screenshot