Rust based full stack web application template.
actix_web (rust)
Frontend Framework: yew (rust) CSS Framework: tailwindcss
- Rust 1.50 or above
- Node 14 or above
- Yarn 1.22 or above
This repository uses yew, the Rust based WASM framework, so you have to install wasm-related crate.
> rustup target add wasm32-unknown-unknown
> cargo install wasm-bindgen-cli
Or just execute bootstrap.sh
.
> yarn && yarn bootstrap
> yarn dev
> yarn build
The result directory is dist
, execute backend-main
to run server.