A react template that includes react-router-v6, redux-toolkit & tailwindCSS. Uses Vite as build tool.
- Has a counter component to display state management using redux toolkit
- 2 pages to show routing using react-router v6.
- Click on
Use this template
on this template's github page. - Give some name to your project and add a description if you'd like.
- Open it locally in your code editor.
- Install all the packages.
npm install
- Run the project
npm run dev
This project follows feature based directory structure as seen on redux's documentation
You can check the demo here.