Skip to content

Exercises associated with my "Building Your First React App" workshop.

Notifications You must be signed in to change notification settings

pepopowitz/your-first-react-app-exercises

Folders and files

NameName
Last commit message
Last commit date
Mar 23, 2019
Apr 3, 2019
Oct 25, 2019
Oct 25, 2019
Apr 4, 2019
Apr 4, 2019
Oct 25, 2019
Apr 4, 2019
Mar 23, 2019
Apr 4, 2019
Oct 25, 2019
Oct 25, 2019
Mar 22, 2019
Oct 25, 2019
Mar 10, 2019
Mar 27, 2019
Mar 10, 2019
Mar 11, 2019
Apr 9, 2019
Mar 17, 2019
Mar 23, 2019
Aug 18, 2018
Oct 6, 2018
Oct 23, 2019
Oct 21, 2019
Oct 17, 2019
Oct 18, 2019
Aug 26, 2018
Oct 17, 2019

Repository files navigation

Your First React App - Exercises

This is a collection of exercises associated with my "Building Your First React App" workshop.

Setup

Start by reading the Setup instructions.

If you are unable to complete Setup, please raise your hand (if in-person), or create an issue in this repository (if not in-person).

Troubleshooting

If a command isn't working, use the following checklist to try to identify the problem.

  • Did you install Node, NPM, and git? If not, start here.
  • Are there any error messages in the command window that identify the problem? Take a closer look - sometimes the error messages are there, but surrounded by noise.
  • If you're having trouble with a module that uses the browser, are there any error messages in the JavaScript console? These might help you identify the problem.

If you still can't figure out why things aren't working, raise your hand if in-person, or create an issue against this repository.

Common issues

fsevents/watchman error on Mac

You might need to manually install watchman on a Mac. Do this with homebrew (brew install watchman).

Even after installing, sometimes it seems to fail at linking. You might need to do this manually, too (brew link watchman).

A possibly related issue is here - expo/expo#854.

About

Exercises associated with my "Building Your First React App" workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published