From 9e65a19e679023a2045f28b6a82d9a37a3980b67 Mon Sep 17 00:00:00 2001 From: Marcelo Borges Date: Thu, 30 Dec 2021 17:24:49 -0300 Subject: [PATCH 1/2] :wrench: change port 3000 to 5000 --- src/template/README.md | 2 +- src/template/_env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template/README.md b/src/template/README.md index 2055513..7bbe73b 100644 --- a/src/template/README.md +++ b/src/template/README.md @@ -21,7 +21,7 @@ Run the app in development mode: `npm start` -Open [http://localhost:5000](http://localhost:5000) to view it in the browser. +Open [http://localhost:3000](http://localhost:3000) to view it in the browser. ## Learn more about Nullstack diff --git a/src/template/_env b/src/template/_env index a2b6f14..b262c51 100644 --- a/src/template/_env +++ b/src/template/_env @@ -1,4 +1,4 @@ NULLSTACK_PROJECT_NAME="[dev] {{PROJECT_NAME}}" NULLSTACK_PROJECT_DOMAIN="localhost" NULLSTACK_PROJECT_COLOR="#D22365" -NULLSTACK_SERVER_PORT="5000" \ No newline at end of file +NULLSTACK_SERVER_PORT="3000" \ No newline at end of file From 060dfe98c2f228cdd6da5aa949fd9022027dcec6 Mon Sep 17 00:00:00 2001 From: Marcelo Borges Date: Fri, 31 Dec 2021 08:37:36 -0300 Subject: [PATCH 2/2] :ambulance: change port 5000 to 3000 in the readme file --- src/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/README.md b/src/template/README.md index 7bbe73b..52609f0 100644 --- a/src/template/README.md +++ b/src/template/README.md @@ -14,7 +14,7 @@ Copy the environment sample to a .env file NULLSTACK_PROJECT_NAME="[dev] {{PROJECT_NAME}}" NULLSTACK_PROJECT_DOMAIN="localhost" NULLSTACK_PROJECT_COLOR="#D22365" -NULLSTACK_SERVER_PORT="5000" +NULLSTACK_SERVER_PORT="3000" ``` Run the app in development mode: