React-Redux-Saga-Advanced-Starter icon indicating copy to clipboard operation
React-Redux-Saga-Advanced-Starter copied to clipboard

Boilerplate for Advanced usage with React, Redux, React-Router-Redux, Redux-Saga, Immutable, Reselect, Recompose, Axios, HMR, Babel v7, Jest, Eslint, and more

This project was bootstrapped with Create React App.

This is an advanced Boilerplate Project using:

  • Redux
  • Axios
  • Reselect
  • Immutable
  • Recompose
  • Redux-Saga
  • React-Router
  • React-Router-Redux

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone [email protected]:KaiHotz/React-Redux-Saga-Advanced-Starter.git
  > cd React-Redux-Saga-Advanced-Starter
  > yarn install
  > yarn start
  > in your Browser open http://localhost:3000

Not Familiar with Git?

Click here to download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  > yarn install
  > yarn start
  > in your Browser open http://localhost:3000

Testing

Resources

To run Tests

  > yarn test