Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 636 Bytes

React Redux simple starter

Simple starter for react-redux apps;

Has connected redux dev tools chrome extension (if able);

Installation

  • Clone this repo.
  • Run npm install to install dependencies.
  • Run npm start to start the dev server and visit http://localhost:3000 to see the app.

Technologies

  • React + Redux
  • React-router
  • Tooling: webpack, babel, eslint, hot loading, redux-devtools
  • Testing: jest, enzyme

Build

Run npm build to build your project. All files you can find in dist folder

Testing

  • Run npm test to run single test
  • Run npm run test:watch to watch tests