Ensure you have lein installed.
Install expo.
npm install expo-cli --global
Install node dependencies.
npm install
Start Exponent in one terminal session
expo start
and start the iOS simulator by pressing i
.
Start figwheel in another terminal session
lein figwheel
or
Open the project in Cursive and follow this guide.