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

⚡ The mother of all demo apps built with ReScript & React

Notifications You must be signed in to change notification settings

rescriptbr/rescript-conduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

998741d · Dec 23, 2021
Jul 28, 2021
Sep 17, 2021
Dec 23, 2021
Jul 29, 2021
May 6, 2021
Sep 17, 2021
Jun 6, 2021
Nov 7, 2021
Dec 9, 2021
Jun 6, 2021
Jul 16, 2021
Dec 10, 2021
Nov 5, 2021
Dec 10, 2021

Repository files navigation



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