Skip to content

zk94007/video-conference-app

Repository files navigation

broadcastr

This application is the video conference application, where you can create a room, invite guests, change brand, instant chat.

Setting Up The Application

Create a configuration file for your application:

cp .env.template .env

Edit .env with the configuration.

Next, we need to install our dependencies from npm:

npm install

Now we should be all set! Run the application:

npm start

Great! go to http://localhost:3000/

Development mode

Using nodemon for dev mode:

npm run start:dev