Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 420 Bytes

Directories and files of interest

  • /client/src/components
    • These are the components that build the Home page
  • /client/src/pages
    • These are the pages we serve, Home is the default and NoMatch is our 404 page
  • /client/src/utils
    • How the Client calls the backend's api
  • /client/src/index.js
    • How we route to Home or the 404 Page
  • /client/src/App.css
    • The default CSS, these can be relocated