Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.58 KB

README.md

File metadata and controls

49 lines (39 loc) · 2.58 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.

If you run the app you will notice there are humans, cats and a form. The humans are generated from uifaces, the cats come from reddit and the form generates a random cat gif from giphy. The general layout and design is likely not the best around but the focus of this repo is the structure, performance and composition of the tools being used.

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