Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 627 Bytes

File metadata and controls

15 lines (8 loc) · 627 Bytes

ReScript React starter with Tailwind and Vite

This repo is a starter for running ReScript React with Tailwind on Vite.

Getting started

The project includes a .vscode folder with extension suggestions and setup for running in vscode.

  1. Open the folder in vscode and install the suggested extension. Reload vscode.

  2. Open a .res file, for instance App.res and start the build which should be suggested by the popup in the bottom right corner. If there's no popup run yarn start and jump to #4.

  3. Start Vite by running yarn dev in the folder.

  4. Open http://localhost:3000 and you should be up and running.