Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coderwyd/react-stater

My minimal react starter.
https://github.com/coderwyd/react-stater

react react-hooks react-router vite vite-react

Last synced: 3 days ago
JSON representation

My minimal react starter.

Awesome Lists containing this project

README

        

# React Starter

This template should help get you started developing with React 18 in Vite.

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm run lint
```