A simple microsoft teams clone, which allow users to connect over video calls and chats.
To read about how I planned and implemented the project, refer this
Clone this repository
git clone https://github.com/chetanpandey1266/microsoft-clone.gitMove to the repository's root folder
cd microsoft-cloneGet to the root folder and type this:
cd microsoft-frontend
npm install
npm startGet to the root folder.
Open the config/defualt.json file and fill in all the configuration details
Note: Switch on Less Secure App for the email used in config/default.json.
npm install
npm startNote: You should have two terminal instances for running frontend and backend simulataneously.
- Always use Chromium-based browser for running this web app
- Use a laptop or desktop for running this app.
- Use
httpsfor running this app
