An open API service indexing awesome lists of open source software.

https://github.com/stealjs/react-example

An example app using React with StealJS
https://github.com/stealjs/react-example

Last synced: 6 months ago
JSON representation

An example app using React with StealJS

Awesome Lists containing this project

README

        

# 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](https://www.npmjs.com/package/steal-jsx).

![Steal-React Example Screenshot](screenshot.png?raw=true "Simple Steal-React Example App")