IHP Backend Chat Example App with ReScript

Usage

Install

On first start install the npm dependencies:

npm install

Run

After this you can start the web server and the compiler:

# Start compiler
npm run rescript:dev

# Start server, Run this in a second terminal window
npm run dev