Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mario34/rsbuild-tailwind-react
https://github.com/mario34/rsbuild-tailwind-react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mario34/rsbuild-tailwind-react
- Owner: Mario34
- Created: 2024-07-02T07:35:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T02:32:31.000Z (2 months ago)
- Last Synced: 2024-11-12T03:25:58.208Z (2 months ago)
- Language: TypeScript
- Size: 59.6 KB
- 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
```