ローカル開発
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.