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: 11 months ago
JSON representation

Playing with react 13 (native ES6 classes support)

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/
```