Prior to attending the workshop, we ask to validate your machine setup so that we can ensure a smooth workshop focused on learning React, not tweaking machine setup!
- Please ensure you have all the requested tooling (e.g. git) as specified in setup instructions
git clone https://github.com/objectpartners/react-redux-workshop.git
cd react-redux-workshop
node verify.js
If all goes well, you should see
🎉 Congrats! Your system is setup properly
You should be good to install and run things.
Alternately, you may consider forking the react-redux-workshop
to your own personal account. You can do that like so:
- Fork from the GitHub web UI (top right "Fork" button)
- Use the new git repo URL that was created. For instance,
https://github.com/myaccountname/react-redux-workshop.git
- Follow the other steps as normal
Slides and labs for the accompanying workshop demo repo
Lab markdown files are located in the labs folder
The slide deck is located in the slidedeck folder. The published slides are located here