A Very Basic Counter App with React + Vite + Redux

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. 😊😎🚀

 

How to install and launch the project

  • 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

 

Screenshot