Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.01 KB

Build Status Coverage Status Dependency Status devDependency Status

Under construction

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