This repo is a starter for running ReScript React with Tailwind on Vite.
The project includes a .vscode folder with extension suggestions and setup for running in vscode.
-
Open the folder in vscode and install the suggested extension. Reload vscode.
-
Open a
.res
file, for instanceApp.res
and start the build which should be suggested by the popup in the bottom right corner. If there's no popup runyarn start
and jump to #4. -
Start Vite by running
yarn dev
in the folder. -
Open http://localhost:3000 and you should be up and running.