/sxsw-learn-react

Our materials for the "Learn React" portion of our SXSW workshops on React (2016-2018)

Primary LanguageHTML

Learning React

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.

Getting Help

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.

Run this project locally

After cloning the repo:

yarn install
make web

This should open the website root in your browser.