Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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