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: about 2 months ago
JSON representation
My minimal react starter.
- Host: GitHub
- URL: https://github.com/coderwyd/react-stater
- Owner: coderwyd
- License: mit
- Created: 2024-02-05T02:20:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T00:14:09.000Z (7 months ago)
- Last Synced: 2025-11-19T02:19:22.403Z (7 months ago)
- Topics: react, react-hooks, react-router, vite, vite-react
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```