Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 322 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 322 Bytes

Chat Example App built with IHP Backend

Try it out on https://ihp-backend-chat-app.vercel.app/

Running locally

$ npm install
$ npm run watch
$ npm run server

The API host is configured in app.jsx:

initIHPBackend({
    host: 'https://ojomabrabrdiuzxydbgbebztjlejwcey.ihpapp.com'
})