This project is a copy of https://github.com/lfaucon/robot implemented with ReasonReact.
npm install
npm start
# in another tab
npm run webpackAfter you see the webpack compilation succeed (the npm run webpack step), open up build/index.html (no server needed!). Then modify whichever .re file in src and refresh the page to see the changes.
You should also copy (or create a symbolic link) src/style.css to build/style.css.
npm run build
npm run webpack:production