You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make a clear distinction that Client is actually in Client. Therefore, the Angular stuff only appears within the Client directory.
I'm gonna wipe all references to Angular in the app directory as there should not be any angular code server side.
That being said, if you're not happy, feel free to revert.
ALSO, when people go to the landing page for the app, they will be visiting a page served from app/index.html. After authentication, Express will redirect the user and serve content from the client directory instead.
The text was updated successfully, but these errors were encountered:
Please make a clear distinction that Client is actually in Client. Therefore, the Angular stuff only appears within the Client directory.
I'm gonna wipe all references to Angular in the app directory as there should not be any angular code server side.
That being said, if you're not happy, feel free to revert.
ALSO, when people go to the landing page for the app, they will be visiting a page served from app/index.html. After authentication, Express will redirect the user and serve content from the client directory instead.
The text was updated successfully, but these errors were encountered: