rust-dominator/examples/todomvc
Pauan 63ccea1c50 Fixing build errors 2019-08-29 05:17:47 +02:00
..
js Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
src Adding in link, apply_methods, with_node, and on_click_go_to_url macros 2019-07-31 20:52:04 +02:00
static Improving the TodoMVC example 2019-07-23 04:45:31 +02:00
.gitignore Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
Cargo.toml Fixing build errors 2019-08-29 05:17:47 +02:00
README.md Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
package.json Fixing build errors 2019-08-29 05:17:47 +02:00
webpack.config.js Adding in interning system for strings 2019-06-21 01:57:47 +02:00

README.md

How to install

yarn install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
yarn start

How to build in release mode

# Builds the project and places it into the `dist` folder.
yarn run build