https://github.com/jaydson/react-example-2
Playing with react 13 (native ES6 classes support)
https://github.com/jaydson/react-example-2
Last synced: 11 months ago
JSON representation
Playing with react 13 (native ES6 classes support)
- Host: GitHub
- URL: https://github.com/jaydson/react-example-2
- Owner: jaydson
- Created: 2015-02-04T03:33:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T03:37:19.000Z (over 11 years ago)
- Last Synced: 2025-02-02T00:29:54.894Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-example-2
Playing with react 13 (native ES6 classes support)
## How to build
```shell
npm install -g react-tools // If you dont have it yet
npm install
jsx --watch --harmony src/ build/
```