Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 564 Bytes

File metadata and controls

25 lines (14 loc) · 564 Bytes

Vertigo Tutorial Done

This repository allows you to check the final outcome of the Vertigo TUTORIAL

Usage

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 app
  • vertigo serve - Start app at http://localhost:4444/
  • vertigo watch - Rebuild and serve app at every change in code