jzj / plugNmeet-client

Plug-N-Meet - React Client

Home Page:https://demo.plugnmeet.com/login.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plugNmeet-client

Frontend UI for plugNmeet-server.

To download the latest version check release page.. After download unzip the file. Now rename dist/assets/config_sample.js to dist/assets/config.js. Change necessary information inside dist/assets/config.js file.

Translation

Please help us to translate Plug-N-Meet into your language. We're using crowdin to translate the interface. You can translate directly there. If you don't find your language then please open an issue & we'll add your language ASAP.

Development

  1. Clone the project & navigate to the directory. Make sure you've nodejs install in your PC. https://nodejs.org/en/download/
  2. Copy to rename this file:
cp src/assets/config_sample.js src/assets/config.js
  1. Now start server & navigate to http://localhost:8080
npm install
npm start
// to build
npm run build

About

Plug-N-Meet - React Client

https://demo.plugnmeet.com/login.html

License:MIT License


Languages

Language:TypeScript 91.3%Language:SCSS 5.3%Language:JavaScript 1.8%Language:HTML 1.3%Language:CSS 0.4%Language:Shell 0.0%