Локальная разработка
localhost
localhost
http://localhost:3001Значение
A hostname that points back to the same computer that is running the browser or command.
Как используется
Use localhost when checking the site on the same Mac or PC where the dev server is running.
Важно
A phone or tablet has its own localhost, so it cannot use your Mac's localhost address.
Пример
http://localhost:3001Пример запроса
Open the local site at localhost and check the new reference page.