15 lines
149 B
Markdown
15 lines
149 B
Markdown
# Frontend (Vite + React)
|
|
|
|
## Development
|
|
```bash
|
|
cd frontend
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Production build
|
|
```bash
|
|
cd frontend
|
|
npm run build
|
|
```
|