Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanusart/react-project-starter

React project starter with basic example
https://github.com/sanusart/react-project-starter

react starter

Last synced: 23 days ago
JSON representation

React project starter with basic example

Awesome Lists containing this project

README

        

# React project starter

React project starter with basic example

### Includes

- react
- react-dom
- Flux using "redux"
- webpack and webpack-dev-server
- basic example

### Run

- Clone this repo `git clone https://github.com/sanusart/react-project-starter`
- Change to cloned directory `cd react-project-starter`
- install webpack globally `npm install --save-dev webpack webpack-dev-server` (or skip if present in your system)
- Run `npm install`
- Run `npm start` for development or `npm run build` for building for production

### Example

Example consists of two calls to GitHub API using middleware to get data

### License

MIT