Skip to content

kamiyaa/yew-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yew-app crash course code

This repo is the code for my yew crash course video here.

Some useful commands from the video:

cargo new --lib yew-app && cd yew-app

wasm-pack build --target web --out-name wasm --out-dir ./static

python -m http.server 8000 --directory static/

Releases

No releases published

Packages

No packages published

Languages