https://github.com/ipluser/virtual-dom-counter-example
Counter example for https://github.com/Matt-Esch/virtual-dom
https://github.com/ipluser/virtual-dom-counter-example
counter react virtual-dom virtual-dom-library
Last synced: 3 months ago
JSON representation
Counter example for https://github.com/Matt-Esch/virtual-dom
- Host: GitHub
- URL: https://github.com/ipluser/virtual-dom-counter-example
- Owner: ipluser
- License: mit
- Created: 2017-03-30T12:09:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T15:20:11.000Z (about 8 years ago)
- Last Synced: 2025-01-14T12:51:33.146Z (5 months ago)
- Topics: counter, react, virtual-dom, virtual-dom-library
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtual-dom-counter-example
Counter example for [virtual-dom](https://github.com/Matt-Esch/virtual-dom)## Quick Start
```sh
$ git clone https://github.com/ipluser/virtual-dom-counter-example.git
$ cd virtual-dom-counter-example
$ npm install
$ npm start
```visit [http://127.0.0.1:8080](http://127.0.0.1:8080) with browser.
## Resource
- [online example](https://ipluser.github.io/virtual-dom-counter-example/)