- Clone this repo using
git clone --depth=1 https://github.com/mrjelveh/react-redux-boilerplate.git <YOUR_PROJECT_NAME>
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Run
yarn
in order to install dependencies and clean the git repo. - You can run
yarn start
to see the app athttp://localhost:3000
.
- A simple token based authentication with redux
- Structure based on airbnb styleguide and CRA
dependencies
- reduxjs/toolkit
- axios
- sass
- react-redux
- react-router-dom (v6)
- redux-thunk
dev dependencies
- husky
- lint-staged
- prettier
- redux-logger