Local development
localhost
localhost
http://localhost:3001Meaning
A hostname that points back to the same computer that is running the browser or command.
How it is used
Use localhost when checking the site on the same Mac or PC where the dev server is running.
Note
A phone or tablet has its own localhost, so it cannot use your Mac's localhost address.
Example
http://localhost:3001Request example
Open the local site at localhost and check the new reference page.