https://github.com/dimpu/react-playground
react-playground
https://github.com/dimpu/react-playground
Last synced: 5 months ago
JSON representation
react-playground
- Host: GitHub
- URL: https://github.com/dimpu/react-playground
- Owner: dimpu
- Created: 2025-04-28T23:52:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-29T00:25:15.000Z (9 months ago)
- Last Synced: 2025-04-29T00:40:37.339Z (9 months ago)
- Language: TypeScript
- Homepage: https://react-playground-theta-green.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server:
```bash
pnpm dev
```
Build the app for production:
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```