Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 653 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 653 Bytes

react-redux-boilerplate

How to use:

  1. Clone this repo using git clone --depth=1 https://github.com/mrjelveh/react-redux-boilerplate.git <YOUR_PROJECT_NAME>
  2. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  3. Run yarn in order to install dependencies and clean the git repo.
  4. You can run yarn start to see the app at http://localhost:3000.

Special library/plugins that you should know I used in this repository:

dependencies

- reduxjs/toolkit
- axios
- node-sass
- react-redux
- react-router-dom
- redux-thunk

dev dependencies

- husky
- lint-staged
- prettier
- redux-logger