I've created 2 different React projects and looking to deploy with Google App Engine on the same domain. I have project 1 already deployed up and live:
Project 1 - website (React only)
www.mywebsite.com
Project 2 - login services and dashboard features (React and Node.js) and begins at:
www.mywebsite.com/login
Project 2 is a beta test which may or may not be successful. Can I create a CNAME of www.mywebsite.com/login and point my project here? Is there a best practice to handle domains like this?