Apollo Chat API is a Chat server based on Githunt-API and relay-chat
Run the app.
npm start
Open the app. Open http://localhost:3010/ to see what to do next.
Test the app.
npm test
Continously run app (tests, lints and serves).
npm run continuous