Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

File metadata and controls

17 lines (13 loc) · 424 Bytes

Perspective

Perspective is an example ReasonReact app built mainly to use OCaml to create webapps.

Installation

First, make sure you have the BuckeScript compiler installed. This converts OCaml code into readable JavaScript!

$ yarn global add bs-platform

Now, to try out the app, run the following commands:

$ git clone https://github.com/AyushSingh13/perspective.git
$ cd perspective
$ yarn start