AndrewSC208 / yew_todo_mvc

Learning the yew todo mvc model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#YEW - Todo MVC Learning the yew WebAssembly framework for building front-end applications in Rust.

Setup

You will need to have cargo-web installed, if you don't already then run the following command.

cargo install cargo-web

Getting Started

  1. Setup Application
$ cargo new --bin <name_of_app> && cd <name_of_app>
  1. Run The Application
$ cargo web start

About

Learning the yew todo mvc model


Languages

Language:Rust 95.8%Language:HTML 4.2%