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

https://github.com/xsf0105/react-redux-spa

React+Redux+React-Router+Webpack+ES6
https://github.com/xsf0105/react-redux-spa

Last synced: 4 months ago
JSON representation

React+Redux+React-Router+Webpack+ES6

Awesome Lists containing this project

README

        

# React-Redux-SPA

## How to use

First, you should clone the repo and install the dependencies.

```bash
$ git clone https://github.com/allan2coder/React-Redux-SPA.git
$ cd React-Redux-SPA
$ npm install
```

Then,launch the app.

```bash
$ npm start
```

You should see a new browser tap opening and a page of "index.html" in http://127.0.0.1:3000.

待续完善...