This series lays the groundwork for using React to build React Native mobile applications. For simplicity, we'll use the web version of React, that way you can easily follow along with minimum friction.
If you are a workshop attender, don't hesitate to bring us any questions. We're happy to help!
Additionally, answers for each step of the workshop can be found in the ./answers
section of this repo.
After cloning the repo:
yarn install
make web
This should open the website root in your browser.