https://github.com/pdsuwwz/vite-react-starter
🧩 Starter template for React 18.x + React Router 5.x + React Redux 7.x
https://github.com/pdsuwwz/vite-react-starter
admin ant-design antd babel dashboard eslint example framework jest pnpm prototyping react17 redux redux-thunk starter template typescript vite vite3
Last synced: 9 months ago
JSON representation
🧩 Starter template for React 18.x + React Router 5.x + React Redux 7.x
- Host: GitHub
- URL: https://github.com/pdsuwwz/vite-react-starter
- Owner: pdsuwwz
- License: mit
- Archived: true
- Created: 2021-11-12T02:09:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T08:05:42.000Z (over 3 years ago)
- Last Synced: 2025-03-05T14:45:03.342Z (11 months ago)
- Topics: admin, ant-design, antd, babel, dashboard, eslint, example, framework, jest, pnpm, prototyping, react17, redux, redux-thunk, starter, template, typescript, vite, vite3
- Language: TypeScript
- Homepage:
- Size: 438 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-react-starter
[](https://nodejs.org)
[](https://eslint.org/docs/user-guide/getting-started)
[](https://github.com/facebook/jest)
[](https://github.com/pdsuwwz)
[](https://github.com/pdsuwwz/vite-react-starter/blob/master/LICENSE)
🧩 Starter template for React 17
## Screenshot

## Environment Support
* React 17.x
* Node >= 14.18.x
## Install
Install node dependencies in all packages
```bash
pnpm i
```
## Run
Local Development
```bash
pnpm dev
```