zindel / esy-reason-react

The template for ReasonReact projects using Esy
17 stars 2 forks source link

ReasonReact project using Esy

Usage

Install esy:

$ npm i -g esy@latest

Clone this repo:

$ git clone git@github.com:zindel/esy-reason-react.git
$ cd esy-reason-react

Install & build dependencies:

$ esy i && esy b

To start hacking, run bsb as following:

$ make bsb

Open another terminal and run fastpack:

$ make fastpack

If all of the above worked well, you should be able to open src/index.html in your browser and see the basic application running:

$ open src/index.html

Notes