From a6b8f1f58c2cddf2412313b4cfa180d6d6a14b84 Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 18:53:19 +0100 Subject: [PATCH] Simple HTML for react --- client/src/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/src/index.html diff --git a/client/src/index.html b/client/src/index.html new file mode 100644 index 0000000..85d6480 --- /dev/null +++ b/client/src/index.html @@ -0,0 +1,13 @@ + + + + + Webpack + React + + + + + + \ No newline at end of file