Skip to content

A lightweight and simple react boilerplate with authentication

License

Notifications You must be signed in to change notification settings

mrjelveh/react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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