Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydson/react-example-2
Playing with react 13 (native ES6 classes support)
https://github.com/jaydson/react-example-2
Last synced: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T03:37:19.000Z (almost 10 years ago)
- Last Synced: 2024-10-17T16:55:07.983Z (3 months 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/
```