Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devluz committed Jan 15, 2019
1 parent 3a88e44 commit bee0fa3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
@@ -1,5 +1,10 @@
# awrtc_browser
npm install
npm run build
Run the following commands in the project root directory:

* npm install
* npm run build

Now you should have the final build in the ./build/bundle directory. You can test it using the test applications:
* ./build/callapp.html for the typescrypt example using ./build/bundle/apps.js (contains the merged source code from ./src/apps and ./src/awrtc )
* ./build/callapp_js.html for javascript example that runs the same app but as javascript within the html file so you can easily change the code and experiment. It is using the library only bundle from ./build/bundle/awrtc.js (source code at ./src/awrtc)

After that you can try the file ./build/callapp.html for the typesript based example or ./build/callapp_js.html for javascript example.

0 comments on commit bee0fa3

Please sign in to comment.