You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Martin Kavík 724a7e9a31 docs: Deploy section and updates in README 5 years ago
src Updated for 0.5.1 5 years ago
.gitignore Updated for 0.4.0. Cleaned up makefile.toml 5 years ago
Cargo.toml Updated futures version 5 years ago
Makefile.toml Merge branch 'master' of https://github.com/david-oconnor/seed-quickstart 5 years ago
README.md docs: Deploy section and updates in README 5 years ago
index.html Modified to use newer wasm-bindgen flow and web target 5 years ago

README.md

Seed Quickstart

To get started:

  • Clone this repo: git clone https://github.com/seed-rs/seed-quickstart.git

  • If you don't have Rust and cargo-make installed, Download it, and run the following commands:

rustup update

rustup target add wasm32-unknown-unknown

cargo install cargo-make

Run cargo make build in a terminal to build the app, and cargo make serve to start a dev server on 127.0.0.1:8000.

If you'd like the compiler automatically check for changes, recompiling as needed, run cargo make watch instead of cargo make build.

Deploy

  1. Run cargo make build release
  2. Upload index.html and pkg to your web server

New Rust-only quickstart in development! => Seeder