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
- Host: GitHub
- URL: https://github.com/stealjs/react-example
- Owner: stealjs
- License: mit
- Created: 2015-06-12T18:47:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T20:09:33.000Z (about 5 years ago)
- Last Synced: 2024-04-09T16:21:19.402Z (about 1 year ago)
- Language: JavaScript
- Size: 228 KB
- Stars: 14
- Watchers: 12
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).
