An example of Reason React application
git clone https://github.com/andrepolischuk/reason-react-example
cd reason-react-example
npm install
npm start
# in another tab
npm run webpack
After you see the webpack compilation succeed (the npm run webpack
step), open up http://0.0.0.0:8080
.
MIT