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

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

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/).