Awesome
ReasonSplash
Unplash mobile client built with ReasonML
Getting Started
-
Install Bucklescript globally which will compile your Reason to JavaScript
yarn global add bs-platform
-
Install dependencies
yarn
-
Create an Environment module from the template, replacing the placeholder Unsplash application ID and secret with your own
cp re/Environment.re.sample re/Environment.re
-
Start the app
yarn start
-
Watch for file changes in a separate terminal
yarn run watch