Closed sethborne closed 6 years ago
HomeScreen is currently linked as a file. Should it be a hash?
( So I missed the routing/hash day - so I don't know if there was a plan made that day)
But since homeScreen is the first page a user would come too, wouldn't it, at some point be index.html?
you login, and then get the dashboard?
again - I don't really know the best way to do it - but that's how I pictured it
I think, though I may be wrong, that this'll be a single-page app. If that's the case, it should all be on one index.html and only separated by routes.
Regardless, that flow seems right.
Inserting homePage as a template seems to have fixed this issue.
so this works if you add two dots,
src="../public/images/recursivelogo.png"
otherwise it looks for this in build/templates/public/images/...
need to get rid of "templates"
is this something that needs configured in webpack build for homeScreen.html?