chatcord icon indicating copy to clipboard operation
chatcord copied to clipboard

port 3000 is running but can not get in the browser

Open jbusman67 opened this issue 4 years ago • 7 comments

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

jbusman67 avatar Mar 28 '20 09:03 jbusman67

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

usmailaabdoul avatar Mar 29 '20 14:03 usmailaabdoul

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

jbusman67 avatar Mar 30 '20 11:03 jbusman67

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

vj-abishek avatar Apr 27 '20 04:04 vj-abishek

Can you show us your server.js code?

Somsubhra1 avatar Apr 29 '20 11:04 Somsubhra1

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

leslie-alldridge avatar May 11 '20 17:05 leslie-alldridge

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!

marjotoska avatar Jul 05 '20 13:07 marjotoska

Thank you all for your support, I really appreciate your guide.

On Sun, Jul 5, 2020, 14:17 marjotoska [email protected] 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 https://github.com/bradtraversy/chatcord/issues/5#issuecomment-653888033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKO7J5L35Q2BLWVBFHCGN3DR2B4OTANCNFSM4LVQGKZA .

jbusman67 avatar Jul 22 '20 06:07 jbusman67