Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coderwyd/react-stater
- Owner: coderwyd
- License: mit
- Created: 2024-02-05T02:20:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:02:48.000Z (16 days ago)
- Last Synced: 2024-10-29T17:12:31.704Z (15 days ago)
- Topics: react, react-hooks, react-router, vite, vite-react
- Language: TypeScript
- Homepage: https://donny-react-starter.netlify.app
- Size: 925 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
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
```