How to change root path of React app, to be specific: all html, css and js will be under http://localhost:3000/app instead of just http://localhost:3000?
Is there a simple way to amend existing app to just have one more level?
(this is useful when having reverse proxy e.g. nginx or apache in front of the React)
Note that compiled project should also have the same /app prefix everywhere
Many thanks