From 59a642e60bb8febb5c6407a4b05896038db1fd1d Mon Sep 17 00:00:00 2001 From: antonfinfirst <56686027+antonfinfirst@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:17:23 +0530 Subject: [PATCH 1/6] added 0.0.0.0 instead of local host --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1195c2..59823b1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "webpack-dev-server --hot" + "start": "webpack-dev-server --host 0.0.0.0 --hot" }, "author": "", "license": "ISC", From cc1e454c5c7af96b998c8c68f85880c33cfc05aa Mon Sep 17 00:00:00 2001 From: antonfinfirst <56686027+antonfinfirst@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:21:16 +0530 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63de0f5..f0837d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react.js hello world +# react.js hello world . . --- first, you should install node and npm. From b1579e94c03676521e531f7223f906ff23a8e588 Mon Sep 17 00:00:00 2001 From: antonfinfirst <56686027+antonfinfirst@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:22:19 +0530 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0837d8..f7926f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react.js hello world . . +# react.js hello world . . . . --- first, you should install node and npm. From 43b6cd03c52090675e6ff85ef4550985fbd8ee04 Mon Sep 17 00:00:00 2001 From: antonfinfirst <56686027+antonfinfirst@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:26:41 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7926f1..e10019e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react.js hello world . . . . +# react.js hello world . . . . . . . --- first, you should install node and npm. From 9185e953dc5c8ca788b7fb3753b9407d24898c16 Mon Sep 17 00:00:00 2001 From: antonfinfirst <56686027+antonfinfirst@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:27:14 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e10019e..430eab2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react.js hello world . . . . . . . +# react.js hello world . . . . . . . . . --- first, you should install node and npm. From 73ecc8e9c53b1a334d560a1c296a987bfddb2e95 Mon Sep 17 00:00:00 2001 From: antonfinfirst <56686027+antonfinfirst@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:29:19 +0530 Subject: [PATCH 6/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59823b1..3b6bd64 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "webpack-dev-server --host 0.0.0.0 --hot" + "start": "webpack-dev-server --host 0.0.0.0 --port 7777" }, "author": "", "license": "ISC",