Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port 3000 is running but can not get in the browser #5

Open
jbusman67 opened this issue Mar 28, 2020 · 7 comments
Open

port 3000 is running but can not get in the browser #5

jbusman67 opened this issue Mar 28, 2020 · 7 comments

Comments

@jbusman67
Copy link

port 3000 is running but can not get in the browser
how can i get it run in localhost 3000?

@usmailaabdoul
Copy link

which errors are u having, cuz by running npm run dev, localhost:3000 should open with the chatCord App on your browser

@jbusman67
Copy link
Author

localhost:3000 runing in the terminal but not runing in browser

@vj-abishek
Copy link

Try to open localhost:3000 in the browser by yourself.

@Somsubhra1
Copy link

Can you show us your server.js code?

@leslie-alldridge
Copy link

try http://localhost:3000 otherwise share the code since your server file is likely console logging that the server is running but potentially having other issues

@marjotoska
Copy link

I literally made it work in 5 mins or less!
Here are the steps:
-Enter this command at Git Bash: git clone https://github.com/bradtraversy/chatcord
(It will download this at your root folder.)
-Then type ./chatcord in Bash
-Type code . to open VSCode
-(IMPORTANT) open terminal in VSCode by pressing Ctrl+~
-Type npm i express socket.io moment
-npm start
-localhost://3000 in your browser
And Voilà! It works!

@jbusman67
Copy link
Author

jbusman67 commented Jul 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants