From 37fa47e482caf76de80813a4eb4a514c9ba74d0c Mon Sep 17 00:00:00 2001 From: Wisam Naji Date: Mon, 22 Jun 2020 02:15:36 +0300 Subject: [PATCH] edited readme v1 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6895ec30..e5edcc15 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,15 @@ Updated: Jun 22, 2:00 AM # What you and your partners will build ## 1. Project Structure -Create a new react app in the empty dirctory. You can search how to start a new react app in the current directory. Make sure to rename the `README.md` file back after you create the react app. +Create a new react app inside a directory with your team name as the app name. You can search how to start a new react app using the follwoing keywords. ### Keywords: - create-react-app - npx -- current directory + +### Make sure to: +- Add node_modules to `.gitignore` +- the root directory contains only a directory with your team name and this `README.md` file --- ## 2. Homepage