Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 413 Bytes

File metadata and controls

10 lines (6 loc) · 413 Bytes

Solid TodoMVC

Solid implementation of TodoMVC example application.

Try it here.

Running Locally:

This project uses rollup without a web-server. To run it locally simply point your web browser to the dist/index.html file.

You can either paste the absolute path into the address bar, or right click the file and select to open with your favorite web browser.