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
- Host: GitHub
- URL: https://github.com/drag13/rescript-react-vite-example
- Owner: Drag13
- Created: 2023-10-23T16:47:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T16:55:04.000Z (about 2 years ago)
- Last Synced: 2025-02-13T01:54:08.052Z (10 months ago)
- Topics: example, example-code, example-project, react, reactjs, rescript, rescript-react, vite
- Language: ReScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```