/simple-redux-boilerplate

A dead simple boilerplate to build up your React/Redux project.

Primary LanguageJavaScript

Simple Redux Boilerplate

Stack

Installation

$ git clone https://github.com/mitchbox/simple-redux-boilerplate.git
$ cd your-app-name
$ npm install

Development

$ npm run start
open http://localhost:3000

Production

$ npm run prod

Clean

$ npm run clean

Linting

$ npm run lint

Testing

$ npm run test