Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

reasonml-old/reason-react-example

Repository files navigation

This is a repo with examples usages of ReasonReact, whose docs are here. Have something you don't understand? Join us on Discord!

git clone https://github.com/chenglou/reason-react-example.git
cd reason-react-example
npm install
npm run build

Then open src/index.html to see the links to the examples (no server needed!).

To keep a watcher open, do:

npm start

In another tab, also do

npm run webpack

This builds and watches the files. You can then modify whichever file in src and refresh the page to see the changes.