https://github.com/jfrux/erizo-client
Licode Erizo Client Javascript Library for Bower.
https://github.com/jfrux/erizo-client
Last synced: 5 days ago
JSON representation
Licode Erizo Client Javascript Library for Bower.
- Host: GitHub
- URL: https://github.com/jfrux/erizo-client
- Owner: jfrux
- Created: 2015-07-27T17:39:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T17:49:51.000Z (almost 11 years ago)
- Last Synced: 2026-03-25T13:05:34.700Z (3 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Erizo Client for Bower
## Installation
```
bower install erizo-client
```
## Different Distribution Files
In the `dist` directory there are several files.
`erizo.all.js` is the uncompressed / unminified version that includes vendor files (socket.io)
`erizo.js` is the uncompressed / unminified version of the erizo client. (requires socket.io to work)
## Development
Only needs done if there are changes to the licode erizoClient repo.
```
git clone https://github.com/joshuairl/erizo-client.git #clones this repo
cd erizo-client
npm install # Installs build tools.
npm install grunt-cli -g # if you don't already have it
grunt update
```