Simply clone the repo and run yarn
in root project directory.
yarn run web
And head to http://localhost:3000/
At the beginning you need to start haul
with:
yarn run haul
Now you can proceed with running your app. To run iOS version:
yarn run ios
and for Android silimar:
yarn run android
NOTE: You need XCode and Android SDK + emulator to run the native side.
We've implemented workshop app in few stages. If you'll get lost during the workshop, you have a chance to checkout to a branch which is specific to current stage: