Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.15 KB

README.md

File metadata and controls

47 lines (38 loc) · 2.15 KB

React Redux Boilerplate

About

A scalable pattern for apps using the newest versions of popular tools in the react ecosystem. The goal is to continually keep this up to date with the latest tools & patterns. Feedback, ideas & suggestions are all welcome. There is a small list of stuff I would like to improve & add.

Included technologies:

Development

  1. Clone the repo git clone --depth=1 https://github.com/bbohen/react-redux-boilerplate.git (or fork)
  2. Install Yarn
  3. yarn start

Testing

Still working on improving coverage...

  • yarn test to run tests
  • yarn test:coverage to run tests & view coverage report