click on "Use this template" or use npx :)
# create with clone project
npx degit rescriptbr/vite-rescript-starter my-app
# enter in app folder
cd my-app
# install dependency
npm installTo development is require compile rescript + run vite:
# compile rescript with watch mode
npm run res:dev
# open new tab
# run vite dev
npm run dev