Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merv-e/a-template-for-react-redux-vite-app


https://github.com/merv-e/a-template-for-react-redux-vite-app

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# A Very Basic Counter App with React + Vite + Redux

I know that a [template](https://react-redux.js.org/introduction/getting-started) 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](https://vitejs.dev/guide/). Later on I manually added official Redux toolkit package.
* `npm install @reduxjs/toolkit`

Hope it helps! Feel free to use it. :blush::sunglasses::rocket:

 

## 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](/img.jpg)