Skip to content

jderochervlk/rescript-fresh-starter

Repository files navigation

Fresh project

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.

Usage

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.