Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dekujs/todomvc
- Owner: dekujs
- Created: 2015-05-16T05:26:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T17:43:44.000Z (over 9 years ago)
- Last Synced: 2024-07-06T00:05:30.143Z (4 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 25
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-deku - todomvc - A TodoMVC example written using deku (Apps)
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/
```