From 7bd13e90c1eb3b85d90aa833f8d328897363e414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Czulak?= Date: Sun, 13 Oct 2019 11:21:37 +0200 Subject: [PATCH] Change port in localhost --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddca52307..cc4f31b44 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ When completed, you'll be able to run the various commands provided from the com ## Build locally 1. From the root `/tabler` directory, run `npm run start` in the command line. -2. Open [http://localhost:4000](http://localhost:4000) in your browser, and voilĂ . +2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilĂ . 3. Any change in `/pages` directory will build application and refresh the page. **Note**: