Built using Rust for backend and Reactjs for frontend.
The render protocol is inspired by inertiajs.
- Have rust & cargo setup
- Have nodejs & npm setup
- Open 2 terminals and execute the following
# terminal a
cargo run
# terminal b
npm run dev
- Navigate your browser to localhost:8080