https://github.com/ryanmorr/avalon-todomvc
TodoMVC done with avalon
https://github.com/ryanmorr/avalon-todomvc
app-example avalon javascript todomvc
Last synced: 21 days ago
JSON representation
TodoMVC done with avalon
- Host: GitHub
- URL: https://github.com/ryanmorr/avalon-todomvc
- Owner: ryanmorr
- License: unlicense
- Created: 2020-04-02T18:51:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:19:33.000Z (over 3 years ago)
- Last Synced: 2025-01-13T08:34:40.736Z (over 1 year ago)
- Topics: app-example, avalon, javascript, todomvc
- Language: JavaScript
- Homepage: http://ryanmorr.com/avalon-todomvc/
- Size: 264 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avalon-todomvc
> [TodoMVC](http://todomvc.com/) done with [avalon](https://github.com/ryanmorr/avalon)
## Install
```sh
git clone git@github.com:ryanmorr/avalon-todomvc.git
cd avalon-todomvc
npm install
npm start
```
Then open `http://localhost:8080` in your browser.
## License
This project is dedicated to the public domain as described by the [Unlicense](http://unlicense.org/).