rust-dominator/examples/todomvc
Pauan 1cd3971a81 Improving the TodoMVC example 2019-07-23 04:45:31 +02:00
..
js Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
src Improving the TodoMVC example 2019-07-23 04:45:31 +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 Adding in interning system for strings 2019-06-21 01:57: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 Minor tweaks 2019-06-15 11:23:38 +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