All Projects → BelledonneCommunications → linphone-web-ui

BelledonneCommunications / linphone-web-ui

Licence: other
Linphone.org mirror for linphone-web-ui (git://git.linphone.org/linphone-web-ui.git)

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Linphone Web Ui

Prerequisites

Grunt

The web project use grunt for generate Web resources. (depends on npm). You also have to install grunt with the following command:

npm install -g grunt-cli

npm install

When these tools are installed you have to "compile" the Web project using the following command:

grunt

Development

You can use the grunt argument develop in order to create a server at http://localhost:9999 exposing the web resources using the following command:

grunt develop

Package

You can create a package with the argument package using the following command:

grunt package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].