yarn install
to install all the dependencies, yarn build
to create dist/bundle.js
, and open index.html
to see it running in a browser.
This version of todomvc is adapted from https://github.com/Rich-Harris/rollup-todomvc
Vanilla JS TodoMVC with Cypress Tests
yarn install
to install all the dependencies, yarn build
to create dist/bundle.js
, and open index.html
to see it running in a browser.
This version of todomvc is adapted from https://github.com/Rich-Harris/rollup-todomvc
Vanilla JS TodoMVC with Cypress Tests
MIT License