Assume, create-react-app
installed. Otherwise, follow https://mrinalbd.com/start-adventure-with-react/
Install brand new app with bash command.
npx create-react-app mrinalreact
Then, change directory and npm start with following command
cd mrinalreact && npm start
App will start at http://localhost:3000/