https://github.com/katyo/incremental-dom-todomvc
Incremental DOM TodoMVC example
https://github.com/katyo/incremental-dom-todomvc
Last synced: about 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T14:54:47.000Z (over 7 years ago)
- Last Synced: 2025-02-10T10:45:35.982Z (over 1 year 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