It is basiclly vanilla starter project from awesome library called Vite with added Rescript and Tailwind
in one terminal run
yarn compile
- this will start Rescript compiler
and in the second one
yarn dev
- this one will start Vite
Open your favourite browser on http://localhost:3000
and it is done ;)