Skip to content

qwerty2501/yew-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust + yew counter sample application

GitHub Pages

This repository is introduction of yew(web application framework).

Installation

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

Running in local

$ npm start

Open http://localhost:1234 .

Production

$ npm run bundle

Testing

$ npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published