https://github.com/caseywebdev/pollie
Demo project for Club AJAX presentation.
https://github.com/caseywebdev/pollie
Last synced: 3 months ago
JSON representation
Demo project for Club AJAX presentation.
- Host: GitHub
- URL: https://github.com/caseywebdev/pollie
- Owner: caseywebdev
- License: mit
- Created: 2013-09-04T19:33:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-04T19:37:00.000Z (almost 12 years ago)
- Last Synced: 2025-01-30T21:31:03.034Z (5 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pollie
Demo project for Club AJAX presentation.
## Setup
You'll need to have git, redis, and node (and npm) installed to run this project. The easiest way to do this is to install [Homebrew](http://brew.sh) and simply run `brew install git redis node`. After that...
```bash
git clone [email protected]:caseywebdev/pollie
cd pollie
npm install
make
```And then visit/CURL `http://localhost:8080`