skhtml/examples/dodrio/counter
Bodil Stokke a39ccf737f Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
..
src Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
Cargo.toml Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
README.md Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
index.html Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00

README.md

Counter

A counter that can be incremented and decremented.

Source

See src/lib.rs.

Build

wasm-pack build --target no-modules

Serve

Use any HTTP server, for example:

python -m SimpleHTTPServer