Frontend Routes - aishnair22/aura-beauty GitHub Wiki

Component Structure with Frontend Routes:

  • Root
    • App
      • Header
        • /
          • Home
        • /login
          • SessionForm
        • /signup
          • SessionForm
        • /account
          • User's Profile
        • /cart
          • CartIndex
            • CartIndexItem
      • Main
        • /collections/:categoryName
          • ProductIndex
            • ProductIndexItem
        • /products/:productName
          • ProductShow
      • Footer