Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
68 lines (48 loc) · 1.97 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.97 KB



Live Demo // Official Repository // Figma // Official ReScript Docs // ReScript Brazil Community


About 💡

This project is an implementation of the "Real World App" built with ReScript and React. You can read more about that here.

Requirements ✔️

  • Yarn v1.X
  • NodeJS

Up & Running 🚀

  1. Install all dependencies:
$ yarn
  1. Run the ReScript compiler to build the project:
$ yarn rescript:build
  1. Now, run the ReScript compiler with watch mode enabled:
$ yarn rescript:watch
  1. Run the Vite development server:
$ yarn vite

And finally, open the application that is running on http://localhost:3000 😃

Running with Docker 📦

$ docker-compose up -d

Scripts ▶️

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

License

MIT