505 B
505 B
RadioCast Webapp (Vite)
This folder contains a minimal Vite scaffold that loads the existing app code
from the workspace src folder. It is intentionally lightweight and keeps the
original project files unchanged.
Quick start:
cd webapp
npm install
npm run dev
# open http://localhost:5173
Notes:
- The Vite config allows reading files from the parent workspace so the
existing
src/main.jsis reused. - You can
npm run buildhere to produce a static build inwebapp/dist.