Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dekujs/todomvc

A TodoMVC example written using deku
https://github.com/dekujs/todomvc

Last synced: 3 months ago
JSON representation

A TodoMVC example written using deku

Awesome Lists containing this project

README

        

# Deku - TodoMVC Example

> This is a WIP [TodoMVC](http://todomvc.com/) example written
> using [deku](https://github.com/segmentio/deku).

## Get Started

```sh
git clone [email protected]:dekujs/todomvc.git
npm install
npm start
open http://localhost:3000/
```