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

https://github.com/coac/basic-redux-boilerplate

A basic React Redux boilerplate
https://github.com/coac/basic-redux-boilerplate

Last synced: 11 months ago
JSON representation

A basic React Redux boilerplate

Awesome Lists containing this project

README

          

# Basic Redux Boilerplate
A basic React Redux boilerplate

## Installation
```
$ git clone https://github.com/SuperCoac/basic-redux-boilerplate.git
$ cd basic-redux-boilerplate
$ npm install
```

## Development
```
$ npm run dev
$ open http://localhost:8080/
```
Running the webpack-dev-server.

## Test
```
$ npm run test
```