create-react-app
Express
Program release localhost+port access is normal, but ip+port access is not normal. Do you know if anyone has encountered it?
create-react-app
Express
Program release localhost+port access is normal, but ip+port access is not normal. Do you know if anyone has encountered it?
should be the listening address is written as localhost, to find out which side of the item has the words localhost or listen, and change localhost to '0.0.0.0'
the HOST file of your computer system is not configured with localhost 127.0.0.1
Previous: The problem with webpack's splitChunks.
Next: Flyway and JPA are used in the project, and whether they are in order when creating the table.
Project directory is react ------------react-client ------------react-backend express now I m going to publish it to the server. Am I npm run build separately on react-client react-backend? B...