/reason-orders

Hands-on reasonml

Primary LanguageJavaScript

Orders App

This project was bootstrapped with Create React App.

Technologies used

  1. ReasonMl
  2. Reason-React

Getting Started

  1. Clone the repo https://github.com/FacundoGFlores/reason-orders.git
  2. Go to the folder cd reason-orders
  3. Run yarn install
  4. Run yarn start
  5. Look at localhost:3000

vscode-users

  1. Install npm install -g https://github.com/reasonml/reason-cli/archive/3.1.0-bin-darwin.tar.gz
  2. Install OCaml and Reason IDE
  3. Update your users settings with
    "reason.diagnostics.tools": [
        "merlin",
        "bsb"
    ],
    
  • If you have problems with ocamlmerlin, update "reason.path.ocamlmerlin" path.
  • If you have problems with formatting, try opening vscode from the root folder.