frontend routes - sirivatd/robinhoops GitHub Wiki
Frontend Routes
Our components are organized as follows
Root
App
NavBar
- (main component goes here)
Footer
The following routes, defined in App
, will render components between NavBar
and Footer
.
/
- Splash
/login
- SessionForm
/signup
- SessionForm
/home
- account show
- stock feed
/account
- account profile
/athletes/:id
- athlete profile