Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futursolo/stellation
A framework experience for Yew.
https://github.com/futursolo/stellation
framework rust ssr yew
Last synced: 2 months ago
JSON representation
A framework experience for Yew.
- Host: GitHub
- URL: https://github.com/futursolo/stellation
- Owner: futursolo
- License: apache-2.0
- Created: 2022-12-03T21:40:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T19:36:02.000Z (about 1 year ago)
- Last Synced: 2024-06-22T05:03:35.676Z (6 months ago)
- Topics: framework, rust, ssr, yew
- Language: Rust
- Homepage:
- Size: 10.7 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-yew - stackable - A framework experience for Yew. (Crates / Frameworks)
README
# Stellation
A framework experience for Yew.
Stellation provides a development stack with:
1. Tooling around Server-side Rendering Support.
2. An easy-to-use, SSR-transparent RPC Implementation.
3. A development server that automatically rebuild upon changes.
4. A single binary distribution with embedded frontend.# Quickstart Guide
1. Install required tools
Stellation uses the following tools:
- Trunk
- cargo-generate
- cargo-makeThey can be installed with `cargo install trunk cargo-generate cargo-make`
2. Create project
Run `cargo generate futursolo/stellation-templates` and follow the prompt.
3. 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.)