React app starts on localhost:3000 by defult as soon we run command npm start. At the moment I have nothing to show on my home route "/". I want the app start directly from http://localhost:3000/content when I run command npm start. I can't figure out the way to do so. There is a way when we deploy the app on some server, but don't know how to do it development mode?