I've a app for which I need to change some url. For example localhost:9000
should look like localhost:9000/myapp
All the static files will have url in html like myapp/style/main.css
. But in actual myapp
folder will not exist, I just need to show it in url. I don't know how to internally rewrite it.
Server is "grunt-contrib-connect"