From f00d72e24506c5c50b0be325be8129a16cc3d2e4 Mon Sep 17 00:00:00 2001
From: Syed Muhammed Bilal <intergo878@gmail.com>
Date: Tue, 5 Jan 2021 11:49:46 +0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=95=20updated=20a=20Readme=20file,?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

updated the readme file, because lot of people facing development server not starting problem...
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f688165eb..12ce2df8e 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
 Create React apps with no build configuration.
 
 - [Creating an App](#creating-an-app) – How to create a new app.
+- if your app is not starting its development server, make a file name of <h5>.env</h5> on root and paste this code <code>SKIP_PREFIX_LIGHT=true</code> and   then   you are good to go.
 - [User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App.
 
 Create React App works on macOS, Windows, and Linux.<br>
-- 
GitLab