Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 463 Bytes

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