Live Demo //
Official Repository //
Figma //
Official ReScript Docs //
ReScript Brazil Community
This project is an implementation of the "Real World App" built with ReScript and React. You can read more about that here.
- Yarn v1.X
- NodeJS
- Install all dependencies:
$ yarn
- Run the ReScript compiler to build the project:
$ yarn rescript:build
- Now, run the ReScript compiler with watch mode enabled:
$ yarn rescript:watch
- Run the Vite development server:
$ yarn vite
And finally, open the application that is running on http://localhost:3000
😃
$ docker-compose up -d
Script | Description |
---|---|
rescript:watch |
Run the compiler with the watch mode enabled |
rescript:build |
Run the compiler with the build mode enabled |
rescript:clean |
Run the compiler with the clean mode enabled |
vite:dev |
Run the ViteJS development server |
vite:build |
Run the ViteJS with the build mode enabled |
MIT