I know that a template already exists for React, Redux, Vite and also TypeScript. However, since I do not use TypeScript yet, I want to create my own template. So that I can use it for future projects.
In this small project, I used the React - Vite template. Later on I manually added official Redux toolkit package.
npm install @reduxjs/toolkit
Hope it helps! Feel free to use it. 😊😎🚀
-
To install the project
https://github.com/merv-e/a-template-for-react-redux-vite-app.git
cd a-template-for-react-redux-vite-app
npm install
-
To launch the project
npm run dev