Example implementation for the "ReasonML for React Developers" Tutorial.
yarn install // or npm installRun the following command:
npm startTo build and run the following command in a second tab:
npm run devTo run the server type the following command in a third tab:
npm run serveThen go to http://localhost:3000/ and start working on the App.