Skip to content

Frontend Routes

Ed Herman edited this page Dec 5, 2019 · 10 revisions

The springboard component layout:

  • Root
    • App
      • Header/Navigation
      • Main

Routes will render below the Header/Navigation

  • /
    • Landing page
  • /login
    • SessionForm
  • signup
    • SessionForm
  • /projects
    • ProjectsIndex
      • ProjectsIndexItem
  • /todo_lists
    • TodoListsIndex
      • TodoList *'Todo'
  • /messages
    • MessagesIndex
      • Message
  • /events
    • EventsIndex
      • Event
Clone this wiki locally