rust-dominator/examples/todomvc
Pauan e9e9e61ed8 Fixing build errors 2021-10-17 10:49:43 +02:00
..
dist Updating examples to use Rollup 2020-03-11 14:23:41 +01:00
src Fixing build errors 2021-10-17 10:49:43 +02:00
.gitignore Updating examples to use Rollup 2020-03-11 14:23:41 +01:00
Cargo.toml Fixing build errors 2021-10-17 10:49:43 +02:00
README.md Adding in livereload to the examples 2020-04-26 05:24:53 +02:00
package.json Modernizing todomvc example 2021-05-28 15:10:10 +02:00
rollup.config.js Modernizing todomvc example 2021-05-28 15:10:10 +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