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