Question
How to run on port 3000
I cloned my react app from git repository after installing nodejs and npm in the droplet. Once the cloning get finished I then executed the command “npm install”. After that tried to run the app using “npm start”. When opening the port 3000 as I use to do in my local machine. But while opening (ip_add:3000) the browser keeps loading and didn’t served the web page. How to make it run on port 3000, or tell me what sort of mistakes I had done. Provide me with suggestions. Thanks for the upcoming feedbacks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×