I have a static javascript application built into React that I deployed for firebase and resides in example.firebaseapp.com
.
I also have a Node app that serves my main app in www.example.com
and is hosted on Heroku.
What I'm trying to understand is how I can visit the user of my static javascript application when visiting this subfolder, for example. www.example.com/app
?
Also, is there a way to do this when I don't need to deal with CORS issues, as they will essentially live in the same domain?
source
share