Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katyo/incremental-dom-todomvc

Incremental DOM TodoMVC example
https://github.com/katyo/incremental-dom-todomvc

Last synced: 16 days ago
JSON representation

Incremental DOM TodoMVC example

Awesome Lists containing this project

README

        

# Isomorphic TodoMVC using Incremental DOM

## Running

```
$ npm install # install dependencies and build client
$ npm run build # build client only
$ npm run watch # continuous building
```

Open `dist/client.html` in your familiar browser.

## Entry points

* src/client.ts - client app entry point
* src/html.ts - initial html page renderer