From 8e8fe86b9178496a32147e8a189acd7ec7586d2e Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Mon, 22 May 2017 22:21:45 -0700 Subject: [PATCH 1/2] add missing files --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eee9d7da9ff..82ef66251f9 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,11 @@ my-app/ node_modules/ package.json .gitignore + yarn.lock public/ favicon.ico index.html + manifest.json src/ App.css App.js @@ -72,6 +74,7 @@ my-app/ index.css index.js logo.svg + registerServiceWorker.js ``` No configuration or complicated folder structures, just the files you need to build your app.
From 2f2550f7f87c26a4fcd756256f29de2076f29ea1 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Tue, 23 May 2017 01:59:24 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 82ef66251f9..8cd74f24f86 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ my-app/ node_modules/ package.json .gitignore - yarn.lock public/ favicon.ico index.html