Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hojas/react-starter
A React starter template with Vite.
https://github.com/hojas/react-starter
react
Last synced: 28 days ago
JSON representation
A React starter template with Vite.
- Host: GitHub
- URL: https://github.com/hojas/react-starter
- Owner: hojas
- License: mit
- Created: 2024-09-30T10:02:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T18:02:37.000Z (2 months ago)
- Last Synced: 2024-10-27T21:53:21.228Z (2 months ago)
- Topics: react
- Language: TypeScript
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-starter
A React starter template with Vite.
## Techs
- React
- React Router
- MDX
- Tailwind CSS
- Vite## Install
```bash
$ corepack enable
$ pnpm install
```## Dev
```bash
$ pnpm dev
```## Build
```bash
$ pnpm build
```