Skip to content

CoalUnicorn/seed-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 the compiler automatically check for changes, recompiling as needed, run cargo make watch instead of cargo make all.

About

Bare essentials to start a Seed app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.8%
  • Rust 43.2%