There is a simple node server implementation included. It simply serves static files from public/ and handles requests to tweets.json to fetch or add data.
Make sure you have node and npm installed.
brew install node
brew update
node -v
npm -vnpm install
npm startVisit http://localhost:3000/.
gulp