Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.08 KB

react-redux-boilerplate logo

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.

Inside this boilerplate:

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

dependencies

- reduxjs/toolkit
- axios
- sass
- react-redux
- react-router-dom (v6)
- redux-thunk

dev dependencies

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