New App

There are several ways to create your new Seed app:

  1. Basic Rust-only quickstart

    • github.com/seed-rs/seed-quickstart
    • It's the simplest quickstart - it's basically a "glue" for basic Rust/WASM tools and it contains a simple example.
    • All examples in next chapters are based on this template.
  2. Webpack quickstart

  3. Seeder

If you are learning Rust or Seed, we recommend to choose Basic Rust-only quickstart and follow steps in its README. Once you are able to start development server and see default quickstart's example, we are ready to continue.

If you are interested to quickly try Seed out, you can also visit an online playground Play Seed, check out some default examples in there and experiment with changing them.