From 5e96906034957f764121652b3daab8d4d48f3aec Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 1 Aug 2019 01:14:05 -0400 Subject: [PATCH] Add link to wasm-pack starter template Fixes: /~https://github.com/DenisKolodin/yew/issues/540 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7467866941c..e7d38fc6f6d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ and uses a local scheduler attached to a thread for concurrent tasks. [Become a sponsor on Patreon](https://www.patreon.com/deniskolodin) +[Check out a live demo](https://yew-todomvc.netlify.com/) powered by [`yew-wasm-pack-template`](/~https://github.com/yewstack/yew-wasm-pack-template) + ## Cutting Edge technologies ### Rust to WASM compilation