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.
 
 
 
DavidOConnor d7956f6f4a Documented cargo make watch 6 years ago
src Updated for v0.3.4 release 6 years ago
.gitignore Added testing commands to Makefile 6 years ago
Cargo.toml Updated for v0.3.5 6 years ago
Makefile.toml Documented cargo make watch 6 years ago
README.md Documented cargo make watch 6 years ago
index.html Tweaked makefile 6 years ago

README.md

Seed Quickstart

To get started:

  • Clone this repo: git clone https://github.com/david-oconnor/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 --force cargo-make

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

If you'd like to make the compiler automatically check for changes, recompiling as needed, install Cargo-watch with cargo install cargo-watch, then run cargo make watch instead of cargo make all.