Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 343 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 343 Bytes

Simple React/Redux starter

Boilerplate with React, Redux, React-Router, ES2015, ESLint, Karma, Enzyme, and Webpack. Based on simple-react-redux-boilerplate.

##Installation

npm install

Run

npm run start

Open http://localhost:3000

Tests

npm run test

Lint

npm run lint