From 7644f0721a7747e28bd537e32f39bfd77ad7685f Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Tue, 13 Aug 2019 17:28:00 -0400 Subject: [PATCH 1/5] adds a bunch of randon junk none of this matters --- package.json | 3 ++- public/index.html | 22 ++++++++++++++++++++ src/App.css | 53 +++++++++++++++++++++++++++++++++++++++++++++++ src/Home.js | 9 ++++++++ src/Navigation.js | 5 +++++ 5 files changed, 91 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be77dc1..5bf1104 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "react": "^16.6.0", "react-dom": "^16.6.0", "react-router-dom": "^4.3.1", - "react-scripts": "2.1.1" + "react-scripts": "2.1.1", + "yarn": "^1.13.0" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index 4bfce95..095749f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,19 @@ + + + + + + @@ -19,13 +32,22 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + + React App + + +
+
Hello
+ + + + + + + +