To simply start the app, run:
npm install
npm start
It will be hosted on: http://localhost:8000
make sure have this API running before starting this application. simple-chat-api I have refered an article from medium to develop this app. You can view that article from here