Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidjs/solid-todomvc
Solid implementation of TodoMVC
https://github.com/solidjs/solid-todomvc
Last synced: 6 days ago
JSON representation
Solid implementation of TodoMVC
- Host: GitHub
- URL: https://github.com/solidjs/solid-todomvc
- Owner: solidjs
- Created: 2018-09-20T06:19:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T07:30:36.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:38:43.485Z (10 days ago)
- Language: TypeScript
- Homepage: https://levelup.gitconnected.com/building-a-simple-javascript-app-with-solid-ff17c8836409
- Size: 424 KB
- Stars: 29
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solid-js - Todo MVC
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.