From e4248a2e01f0dea1d918aa1200e1316bb5efde15 Mon Sep 17 00:00:00 2001 From: krishyadav007 <44264836+krishyadav007@users.noreply.github.com> Date: Tue, 13 Oct 2020 23:39:26 +0530 Subject: [PATCH] Created README.md It will act as documentation which includes steps for installing and running. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..81a327d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Zoom Clone with WebRTC + +This is the offical Github repository for `Zoom Clone with WebRTC` project taught over [here](https://www.youtube.com/watch?v=DvlyzDZDEq4). +*** +### Installation +> Clone the + +Run `npm i` to install all requried node modules +>npm i + +Run `npm start` to start the node server +>npm start + +Now you would be able to access the server at [http://127.0.0.1:3000](http://127.0.0.1:3000) by default.