Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 622 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 622 Bytes

This is a repo with examples usages of Reason-React, 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 start
# in another tab
npm run build

After you see the webpack compilation succeed (the npm run build step), open up the nested html files in src/*! Then modify whichever file in src and refresh the page to see the changes.