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-counter
$ npm i
You should additional install wasm-pack when you don't have it.
$ cargo install wasm-pack
$ npm start
Open http://localhost:1234 .
$ npm run bundle
$ npm test