Skip to content

digitallyinduced/ihp-backend-chat-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHP Backend Chat Example App

You can find this app running here.

Usage

On first start install the npm dependencies:

npm install

Set the BACKEND_URL in .env to your project's url:

# .env
BACKEND_URL=https://REPLACE ME.ihpbackend.app

After this you can start the web server and esbuild watcher:

npm run dev

Entrypoint

The entrypoint of this app is src/app.tsx.

Schema

If you want to import this frontend into your own IHP Backend, copy the contents of Schema.sql into your project.