Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 682 Bytes

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.