https://github.com/h2non/heatwatch-demo
HeatWatch proof of concept demo
https://github.com/h2non/heatwatch-demo
Last synced: 5 months ago
JSON representation
HeatWatch proof of concept demo
- Host: GitHub
- URL: https://github.com/h2non/heatwatch-demo
- Owner: h2non
- Created: 2014-06-29T21:40:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T21:58:22.000Z (almost 11 years ago)
- Last Synced: 2024-10-18T11:26:03.890Z (8 months ago)
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heatwatch-demo
HeatWatch proof of concept demo powered by [heatwatch-server](https://github.com/h2non/heatwatch) and [heatwatch.js](https://github.com/h2non/heatwatch.js)

## Installation
To run this demo, you must setup a [heatwatch](https://github.com/h2non/heatwatch) server in you computer
Clone this repository
```bash
$ git clone https://github.com/h2non/heatwatch-demo.git
```
Install dependencies
```bash
$ npm install
```
```bash
$ bower install
```Start the server
```bash
$ npm start
```[Open](http://localhost:8088) the web in a browser
## License
MIT - Tomas Aparicio