In react application there is a default port number which is 3000. Whenever we try to run our initial created react application using create-react-app then it starts running on http://localhost:3000/. So now we have to do some changes in "scripts"...