This commit is contained in:
Imbus 2023-10-10 17:17:16 +02:00
parent f514fd741c
commit d657ee600a

View file

@ -1 +1,10 @@
Typescript react and MUI demo: [➡️ The actual interesting parts ⬅️](src/App.tsx)
# FrostByte forum
```
# Local backend server (Actix-web with sqlx::sqlite)
cd server
cargo run
# Dev client (vite)
npm run dev
```