Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 304 Bytes

File metadata and controls

15 lines (13 loc) · 304 Bytes

calcreate-web

backend

cd backend
cargo run # server at http://localhost:3000 (axum)

frontend

cd frontend
npm i
npm run dev # dev server at http://localhost:5173 (by vite, requires backend server running)
npm run build # build to dist/, server at http://localhost:3000 (axum)