Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidjs/solid-todomvc

Solid implementation of TodoMVC
https://github.com/solidjs/solid-todomvc

Last synced: about 2 months ago
JSON representation

Solid implementation of TodoMVC

Awesome Lists containing this project

README

        

# Solid TodoMVC

Solid implementation of TodoMVC example application.

Try it [here](https://ryansolid.github.io/solid-todomvc).

## 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.