Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

image
image
image

## 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
```