Lokale Entwicklung
localhost
localhost
http://localhost:3001Bedeutung
A hostname that points back to the same computer that is running the browser or command.
Verwendung
Use localhost when checking the site on the same Mac or PC where the dev server is running.
Hinweis
A phone or tablet has its own localhost, so it cannot use your Mac's localhost address.
Beispiel
http://localhost:3001Beispielanfrage
Open the local site at localhost and check the new reference page.