rescriptbr / rescript-conduit

:zap: The mother of all demo apps built with ReScript & React

Home Page:https://github.com/rescriptbr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



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

About

:zap: The mother of all demo apps built with ReScript & React

https://github.com/rescriptbr


Languages

Language:ReScript 97.9%Language:JavaScript 1.1%Language:HTML 1.0%Language:Shell 0.0%