An open API service indexing awesome lists of open source software.

https://github.com/drag13/rescript-react-vite-example

Working example for the Rescript with React powered with the Vite
https://github.com/drag13/rescript-react-vite-example

example example-code example-project react reactjs rescript rescript-react vite

Last synced: 8 months ago
JSON representation

Working example for the Rescript with React powered with the Vite

Awesome Lists containing this project

README

          

# Rescript React example with Vite

## Development

Install dependencies

```cmd
npm ci
```

Start two commands in **parallel**:

Firstly - start rescript build in a watch mode:

```cmd
npm run dev:res
```

Than, start the vite build **(DON'T CLOSE PREVIOUS BUILD)**

```cmd
npm run dev
```