Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/katyo/incremental-dom-todomvc
- Owner: katyo
- Created: 2019-02-22T14:41:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T14:54:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T16:12:09.298Z (2 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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