From fd2266b65079d051aecd723ae4dbe514d69f79bd Mon Sep 17 00:00:00 2001 From: Usama Subhani Date: Mon, 1 Jun 2020 06:39:54 +0500 Subject: [PATCH] Add code snippet tags --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d908036..009211d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://github.com/facebook/create-react-app Use the following command: -npx create-react-app react-base-app +`npx create-react-app react-base-app` 2. Open created directory/project in VS Code @@ -18,9 +18,10 @@ npx create-react-app react-base-app 3. Give following commands to view app in browser: +``` cd react-base-app - npm start +``` 4. Now we will be adding the project we just created to GitHub using the command line: