diff --git a/src/template/README.md b/src/template/README.md index 2055513..52609f0 100644 --- a/src/template/README.md +++ b/src/template/README.md @@ -14,14 +14,14 @@ 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: `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