This is an example project using ReScript and Fresh. You can clone this repo and use it to start creating your own Fresh application using ReScript.
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Start ReScript in one terminal:
deno task res:dev
Then start the project:
deno task start
This will watch the project directory and restart as necessary.