Skip to content

lukechu10/yew-functional-TodoMVC

Repository files navigation

Yew Functional TodoMVC

A simple todo app built using yew and yew_functional.

A live demo is available at: https://lukechu10.github.io/yew-functional-TodoMVC/

Build instructions

You need to have rust, trunk nodejs and npm installed to build this.

  1. Install npm dependencies
    npm install
    
  2. Run trunk
    trunk build # --release
    

To start the trunk dev server, run trunk serve instead.

About

TodoMVC implementation in yew.rs using yew-functional API.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published