From 3b08c76cfd228ff8b01ca802df52a14ee105b599 Mon Sep 17 00:00:00 2001 From: tejas Date: Thu, 1 Oct 2020 10:00:42 +0530 Subject: [PATCH] added a readme.md file so that the windows user can learn easily --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..1e3f4298 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +If you are the window user then You need to frist of all dive into the project and then do: + ## cd client + after that you have to run: + ## npm start \ No newline at end of file