From 2747a6ba6688c515ad69673bc6831031737b2b80 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Fri, 29 Dec 2017 14:34:27 +0545 Subject: [PATCH] Hello world of React --- public/index.html | 2 +- public/manifest.json | 4 +- src/App.css | 28 --------- src/App.js | 25 +++----- src/App.test.js | 8 --- src/index.css | 5 -- src/index.js | 5 +- src/logo.svg | 7 --- src/registerServiceWorker.js | 108 ----------------------------------- 9 files changed, 13 insertions(+), 179 deletions(-) delete mode 100644 src/App.css delete mode 100644 src/App.test.js delete mode 100644 src/index.css delete mode 100644 src/logo.svg delete mode 100644 src/registerServiceWorker.js diff --git a/public/index.html b/public/index.html index ed0ebaf..1e2b1fb 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ 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 + Learn React