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

https://github.com/nerddiffer/react-redux-template

Boilerplate code for a front-end app
https://github.com/nerddiffer/react-redux-template

Last synced: 9 months ago
JSON representation

Boilerplate code for a front-end app

Awesome Lists containing this project

README

          

# React Redux Template

A template for front-end apps that would like to use:

* react
* redux
* react-router
* ava

#### Redux-related info

Depends on:

* redux-form
* redux-thunk

#### Test-related info

Depends on:

* [ava](https://github.com/avajs/ava)
* babel-register

#### Commits

For topical commit messages and easy changelog generation, this template uses
[commitizen](https://github.com/commitizen/cz-cli). Read those instructions for
how to set it up.

## Installations

### Application dependencies

`npm install`

### Run tests

`npm test`

## Starting, building

### Development

* Bundle application & serve it in-memory:
* `npm start`
* Visit [http://localhost:8080](http://localhost:8080).