Skip to content

smartlogic/reasonsplash

Repository files navigation

ReasonSplash

Unplash mobile client built with ReasonML

Getting Started

  1. Install Bucklescript globally which will compile your Reason to JavaScript

    yarn global add bs-platform
    
  2. Install dependencies

    yarn
    
  3. 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
    
  4. Start the app

    yarn start
    
  5. Watch for file changes in a separate terminal

    yarn run watch
    

Demo