Skip to content

eelfire/calcreate-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)