/rtop-ui

ReasonML online REPL (rtop)

Primary LanguageOCamlOtherNOASSERTION

ReasonML playground

A note writing application for teaching and sharing ReasonML code with inline evaluation.

How does it work?

This project uses Reason online evaluator for evaluating the input. You can see the binding to the library here

How to build?

  • Clone this project
https://github.com/thangngoc89/rtop-ui
  • Install dependencies
npm install
  • Run an initial bsb build
npm run bs:build
  • Start webpack development server
npm start
  • Run Bucklescript in watch mode (another tab)
npm run bs:start

Tips: You don't need to do this if you're using VSCode with VSCode ReasonML plugin just hit save and bsb will compile everything for you More information here: https://github.com/reasonml-editor/vscode-reasonml/#bsb

  • Do cool things 🆒

LICENSE

Apache 2.0. See the included LICENSE file for more information