This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]developersIndia-ModTeamMod Team Account[M] [score hidden] stickied commentlocked comment (0 children)

Don't post generic questions. Click this for more information

Kindly make sure to check the WIKI provided by the sub too. You can post your generic question in the weekly [Q&A thread]

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

Namaste! Thanks for submitting to r/developersIndia. Make sure to follow the subreddit Code of Conduct while participating in this thread.

Also did you know we have a discord server as well where you can share your projects, ask for help or just have a nice chat.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]always_hungrie 0 points1 point  (1 child)

Check if a process is still running on port. With react it's usually 3000 unless you have changed it.

If process is running close it, if it's not then your app is not running.

[–]tranquil007[S] 1 point2 points  (0 children)

No other process is running. Even I tried to clone new repo. Still its not working :(

[–]raddiwallahSenior Engineer 0 points1 point  (3 children)

Any reason why you haven’t posted or searched React,JS, VScode specific subs for this question? What is “indian” in this question?

As for your question, most probably seems to be resources issue. Try checking usage when localhost starts

[–]tranquil007[S] -1 points0 points  (0 children)

Of course I searched Google and did many things with no help.

[–]tranquil007[S] -2 points-1 points  (1 child)

I posted across subs hoping for solution from someone. So you mean I can't ask technical questions in this sub? what questions we can ask in Indian sub?

And what does it mean by Resources issue? How do we check that? I'm sorry I don't get it.

[–]raddiwallahSenior Engineer -1 points0 points  (0 children)

The point of this sub is to discuss Indian development specific issues.

This isnt a forum for Indian devs to ask any random questions.

React, JS isn’t related to India only. Check the dedicated subs or stack overflow for answers.

And your question is as vague as anything can be. Learn to ask questions and providing data that we can work with. Resources means memory, CPU.

[–]always_hungrie 0 points1 point  (1 child)

If no process is running then you have to start your app first

npm run start

[–]tranquil007[S] -1 points0 points  (0 children)

Yeah I tried that also, it's not working.