zindel / esy-reason-react

The template for ReasonReact projects using Esy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • this repo doesn't work on Windows for the moment
  • usage of fastpack is purely optional and can be replaced by another bundler of choice

About

The template for ReasonReact projects using Esy


Languages

Language:OCaml 78.3%Language:HTML 10.0%Language:C++ 5.9%Language:Makefile 5.8%