From aee814cef59f99ea72e874ed44b2d1cfede6deb7 Mon Sep 17 00:00:00 2001 From: Rafay Date: Sun, 9 Aug 2020 00:06:25 -0400 Subject: [PATCH] Adding a README.md file with instructions to run the app --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f737547 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Zoom Clone + +## Zoom Clone in nodejs. + +`git clone "repo url"` + +to install the required dependencies: + +`npm update` + +or + +`npm install` + +Once all the dependencies are installed `node server.js` to run the app.