About 1,350,000 results
Open links in new tab
  1. reactjs - What is localhost 3000? - Stack Overflow

    Aug 18, 2020 · I am new to web development. When I read how to setup react project I see localhost:3000. I searched for it but any of the answers didn't answer what localhost:3000 mean.

  2. Connect to localhost:3000 from another computer - Stack Overflow

    Jun 8, 2015 · Given that the port is bind to any IP address other than 127.0.0.1 (localhost), you can access it from any other system. To view your IP addresses, use ipconfig (Windows) or ifconfig …

  3. localhost:3000 is not working in the browser - Stack Overflow

    Dec 24, 2020 · in browser history search for localhost:3000 and delete all of them. make sure you closed all terminalls (check vscode too) and all tabs in your browsers. in new widnows terminal npx kill-port …

  4. ruby on rails - http://localhost:3000/ が開けません。 - スタック・オー …

    rails を動かしているマシンとアクセスしているマシンは同じですか? もし異なるのであれば 「rails server -b 0.0.0.0」とタイプして rails を起動してみてください。もし、それで解決したのならその旨 …

  5. How to add http://localhost:3000 to Windows through Firewall?

    May 5, 2024 · Are you using system firewall or 3rd party firewall software ? Also, do you have the required privileges to edit/add firewall rules ? If you are using Windows Firewall you can access it …

  6. Cannot access http://localhost:3000 - Stack Overflow

    Mar 12, 2016 · telnet localhost 3000 That should tell you if the ports unavailable at the TCP level, or whether something's going on at the HTTP level. Ping might not work if ICMP is disabled, which …

  7. 127.0.0.1:3000ではページが表示されるが、localhost:3000 で表示され …

    Aug 26, 2020 · 現在、VSCode にて開発環境を作成し、rails s でサーバーを立ち上げましたが、 http://localhost:3000/ でページが表示されず画像のような状態になります。

  8. javascript - What do I replace "http://localhost:3000" with when using ...

    Mar 26, 2020 · All the videos I've seen are running on a local machine and using the command prompt on a local machine to run the .js file and the browser to access http://localhost:3000.

  9. Access localhost:3000 through localhost/myproject/index.html

    May 27, 2017 · I am new to node.js and I would like to learn if I could access the node.js port (3000) by writing the url of the index.html. I followed this tutorial to create a chat app, but I have the problem I

  10. Node.js localhost:3000 refuses to connect - Stack Overflow

    Jul 17, 2021 · I am a total beginner of Node.js and I am unable to connect to localhost:3000 I use the following code in VS code, hit "node app.js" in terminal, and there is no ...