This repository allows you to check the final outcome of the Vertigo TUTORIAL
Make sure you're using nigthly version of rust:
rustup default nightly
Add target wasm32
rustup target add wasm32-unknown-unknown
Install vertigo-cli:
cargo install vertigo-cli
Use one of vertigo
commands:
vertigo build
- Build appvertigo serve
- Start app at http://localhost:4444/vertigo watch
- Rebuild and serve app at every change in code