stackable
A framework experience for Yew.
Stackable provides a development stack with:
- Tooling around Server-side Rendering Support.
- An easy-to-use, SSR-transparent RPC Implementation.
- A development server that automatically rebuild upon changes.
- A single binary distribution with embedded frontend.
Quickstart Guide
- Install required tools
Stackable uses the following tools:
- Trunk
- cargo-generate
- cargo-make
They can be installed with cargo install trunk cargo-generate cargo-make
- Create project
Run cargo generate futursolo/stackable-template
and follow the prompt.
- Start development server
Run cargo make --quiet start
in the project directory.
(This may take a couple minutes when the project is building for the first time.)