rust-dominator/examples/async
Michael Pfaff 61d917a69e
Revert "Use unwrap instead of unwrap_throw so that we get stacktraces"
This reverts commit 6f45e6b774.
2022-05-31 17:09:14 -04:00
..
dist Adding in async example 2020-03-21 04:00:56 +01:00
src Revert "Use unwrap instead of unwrap_throw so that we get stacktraces" 2022-05-31 17:09:14 -04:00
.gitignore Adding in async example 2020-03-21 04:00:56 +01:00
Cargo.toml Minor improvements 2021-09-18 20:50:50 +02:00
README.md Adding in livereload to the examples 2020-04-26 05:24:53 +02:00
package.json Modernizing async example 2021-05-28 13:29:17 +02:00
rollup.config.js Modernizing async example 2021-05-28 13:29:17 +02:00

README.md

How to install

yarn install

How to build

# Builds the project and opens it in your browser.
# It will auto-reload when you make any changes.
yarn start

How to build for production

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