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

https://github.com/insin/react-examples

React… examples…
https://github.com/insin/react-examples

examples react

Last synced: 11 months ago
JSON representation

React… examples…

Awesome Lists containing this project

README

          

# [React Examples](http://insin.github.io/react-examples/)

## Examples

* [Code Splitting Redux Reducers](https://github.com/insin/react-examples/tree/master/code-splitting-redux-reducers#readme)

* [Redux Form Components](https://github.com/insin/react-examples/tree/master/redux-form-components#readme)

## Running the examples

* Clone this repo
* Run `npm install`

### Development server

* Start the development server with `npm start`
* Point your browser at http://localhost:8080

### Static build

* Create a static build with `npm run build`
* Serve up the `react-examples` directory yourself (e.g. with [http-server](https://github.com/indexzero/http-server))

### MIT Licensed