Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 371 Bytes

Readme.md

File metadata and controls

15 lines (9 loc) · 371 Bytes

Video Conferencing (VidConf)

Inspired by this video by Web Dev Simplified

https://www.youtube.com/watch?v=DvlyzDZDEq4

Installation

  1. Checkout code in folder

  2. Create .env file in the root folder and add the config

    PORT= < whatever port you want to run it on >

  3. Run the command "npm install".

  4. Run the command "node server.js" to start the server.