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…
- Host: GitHub
- URL: https://github.com/insin/react-examples
- Owner: insin
- Created: 2015-10-02T20:22:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T06:49:51.000Z (over 10 years ago)
- Last Synced: 2025-04-02T00:02:45.543Z (about 1 year ago)
- Topics: examples, react
- Language: JavaScript
- Homepage: http://insin.github.io/react-examples/
- Size: 0 Bytes
- Stars: 99
- Watchers: 5
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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