rust-dominator/examples/counter
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 Reverting append_dom to take by reference 2019-06-11 18:20:15 +02:00
static Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +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