From 99b52ff802a6330759a22dd2ffb77991874403f2 Mon Sep 17 00:00:00 2001 From: nicolasburtey Date: Thu, 1 Sep 2022 07:45:45 -0500 Subject: [PATCH] docs: fix port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1802364..e41758cc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ yarn dev:bundler yarn dev:server ``` -Open [http://localhost:1234](http://localhost:1234) to view it in the browser. +Open [http://localhost:3000](http://localhost:3000) to view it in the browser. ## How to run this repo for production?