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
.resfile, for instanceApp.resand start the build which should be suggested by the popup in the bottom right corner. If there's no popup runyarn startand jump to #4. -
Start Vite by running
yarn devin the folder. -
Open http://localhost:3000 and you should be up and running.