-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
which errors are u having, cuz by running |
localhost:3000 runing in the terminal but not runing in browser |
Try to open localhost:3000 in the browser by yourself. |
Can you show us your server.js code? |
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 |
I literally made it work in 5 mins or less! |
Thank you all for your support, I really appreciate your guide.
…On Sun, Jul 5, 2020, 14:17 marjotoska ***@***.***> wrote:
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!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKO7J5L35Q2BLWVBFHCGN3DR2B4OTANCNFSM4LVQGKZA>
.
|
port 3000 is running but can not get in the browser
how can i get it run in localhost 3000?
The text was updated successfully, but these errors were encountered: