Frontend Routes - GilBu/modestpack GitHub Wiki

Frontend Routes

Our components are organized as follows:

  • Root
    • App
      • NavBar
      • main component
      • Footer

These will be the main components:

  • /
    • GameIndex
    • packIndex
  • /signup
    • sessionForm
  • /login
    • sessionForm
  • /game/:id
    • GamePurchase
  • /users/:id
    • userLibrary