This repository is introduction of yew(web application framework).
Clone this repository into new directory and run install script below.
$ git clone https://github.com/qwerty2501/yew-counter.git
$ cd yew-calc
$ yarn
You should additional install wasm-pack when you don't have it.
$ cargo install wasm-pack
$ yarn start
Open http://localhost:1234 .
$ yarn bundle
$ yarn test