VueVideoChat icon indicating copy to clipboard operation
VueVideoChat copied to clipboard

Video Chat using Vue.js

A demo Video chat app using Vue.js

Prerequsite

To run this project, you need to have:

  • Node.js installed on your system
  • A server for generating a token. Clone and install it here.

Setup

Clone the repository:

 git clone https://github.com/dongido001/VueVideoChat.git

cd into the project:

cd VueVideoChat

Install dependecies:

npm install

Run the app!

npm run dev

The app should now be accessible from http://localhost:8080

And that's it. You can read more about how it was built here