Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/merv-e/a-template-for-react-redux-vite-app
- Owner: merv-e
- Created: 2024-04-19T14:57:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T14:04:07.000Z (9 months ago)
- Last Synced: 2024-11-07T01:12:36.731Z (2 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)