co-workingspace-old/README.md
2024-12-05 21:59:07 +09:00

38 lines
405 B
Markdown

# Farm + React
This template should help you start developing using React and TypeScript in Farm.
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get Started
Start the dev server:
```bash
pnpm start
```
Build the app for production:
```bash
pnpm build
```
Preview the Production build product:
```bash
pnpm preview
```
Clear persistent cache local files
```bash
pnpm clean
```