Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamona-ui/video-conference-layout

Video conference layout with tailwindcss & vuejs jsx
https://github.com/kamona-ui/video-conference-layout

jsx layout tailwindcss template vitejs vuejs

Last synced: 9 days ago
JSON representation

Video conference layout with tailwindcss & vuejs jsx

Awesome Lists containing this project

README

        

## Simple video conference layout

### [Live preview](https://kamona-ui.github.io/video-conference-layout/)

##### To get started:

```bash
# 1. Clone the repository:
git clone https://github.com/kamona-ui/video-conference-layout.git

cd video-conference-layout

# 2. Install the dependencies:
npm install # Using npm
# or
yarn # Using Yarn

# 3. Start the development server:
npm run dev # Using npm
# or
yarn dev # Using Yarn
```