stellation-core

Crates.iostellation-core
lib.rsstellation-core
version0.3.0
sourcesrc
created_at2023-01-15 17:58:41.753474
updated_at2023-09-02 10:07:20.649203
descriptionThe framework experience for Yew.
homepagehttps://github.com/futursolo/stellation
repositoryhttps://github.com/futursolo/stellation
max_upload_size
id759596
size4,232
Kaede Hoshikawa (futursolo)

documentation

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-make

They can be installed with cargo install trunk cargo-generate cargo-make

  1. Create project

    Run cargo generate futursolo/stellation-templates and follow the prompt.

  2. 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.)

Commit count: 160

cargo fmt