From db78ec5e017177ae6b75e0e1e201e425894e4090 Mon Sep 17 00:00:00 2001 From: LironErman Date: Tue, 7 May 2019 11:08:55 +0300 Subject: [PATCH] Update port The currently port (5000) is wrong, the server starts with port 15000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a0f838..b74a93d1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ npm run build `npm start` -and then browse to [http://localhost:5000](http://localhost:5000). +and then browse to [http://localhost:15000](http://localhost:15000). ## Running the Tests