Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T08:05:42.000Z (over 2 years ago)
- Last Synced: 2024-08-03T18:19:41.673Z (5 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
[![Node](https://img.shields.io/badge/node-%3E=14.18.0-default.svg)](https://nodejs.org)
[![Eslint Code Formatting](https://img.shields.io/badge/code_style-Eslint-brightgreen.svg)](https://eslint.org/docs/user-guide/getting-started)
[![Jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![Author](https://img.shields.io/badge/Author-Wisdom-9cf)](https://github.com/pdsuwwz)
[![License](https://img.shields.io/github/license/pdsuwwz/vite-react-starter?color=blue)](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
```