From 07bca58193ccb89f7ea5cccc4d2da192578e9d3d Mon Sep 17 00:00:00 2001 From: Giancarlo Susin Date: Fri, 27 May 2022 19:50:07 -0300 Subject: [PATCH] Default port defined as 8080 in node_modules/webpack-dev-server/lib/Server.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38cef3d..11150bd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In the project directory, you can run: ### `yarn start` Runs the app in the development mode. -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +Open [http://localhost:8080](http://localhost:8080) to view it in the browser. ### `yarn build`