Commit 062d45ee by Christoph
parents a1f2151c bee0fa3a
# awrtc_browser # awrtc_browser
npm install Run the following commands in the project root directory:
npm run build
* 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.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment