https://github.com/vikbert/vite-react-redux
A minimal starter with react + redux, that is bundled by vite.
https://github.com/vikbert/vite-react-redux
react redux vite
Last synced: 9 months ago
JSON representation
A minimal starter with react + redux, that is bundled by vite.
- Host: GitHub
- URL: https://github.com/vikbert/vite-react-redux
- Owner: vikbert
- Created: 2021-02-28T14:29:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T22:55:39.000Z (about 5 years ago)
- Last Synced: 2025-06-03T15:26:25.039Z (10 months ago)
- Topics: react, redux, vite
- Language: JavaScript
- Homepage: https://vikbert.github.io
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## Install
```bash
npm install
```
## Development
```bash
npm run dev
```
## Build
```bash
npm run build
```
## Serve
```bash
npm run serve
```
## licence
MIT [@vikbert](https://vikbert.github.io/)