Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 301 Bytes

Running locally

Running the node app

node nodeapp/app.js

Redis

brew install redis and follow instructions to run -- or equivalent package/manual install for your favorite distro

To make sure redis is running you can do something like this:

redis-cli
SET hello "world"
GET hello