Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save s-espinosa/c785f73a6eab1f4338fa3155b10a7924 to your computer and use it in GitHub Desktop.
Save s-espinosa/c785f73a6eab1f4338fa3155b10a7924 to your computer and use it in GitHub Desktop.

Getting Up to Speed With a React Project

Background

  • Coming to a React app with existing code (documented in other post)

Files and What they Tell You

  • File Structure of Our Project

Key Files

  • index.html
  • server.js
  • index.js

Files Referenced Therein

  • JobIndex.js
  • JobShow.js

Really Long Files

  • Job.js
  • SearchBarAndListings.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment