A note writing application for teaching and sharing ReasonML code with inline evaluation.
This project uses Reason online evaluator for evaluating the input. You can see the binding to the library here
- 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:startTips: 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 🆒
Apache 2.0. See the included LICENSE file for more information
