0.8.0 • Published 4 years ago
angular-stream-api v0.8.0
angular-stream-api
A Workfront Stream API for AngularJS Supported API versions: 5.0+, unsupported, internal
Table of contents
Development
For building the package, you need to have NodeJs with npm. For running the package tests, you need to have Bower.
Install npm/bower dependencies
npm installBuild the package and start local web server
npm run devExample
Run following command to start server
webpack-dev-server --host 127.0.0.1 --port 443 --content-base ./examples --devtool sourcemap --https --key self-signed.key --cert self-signed.crt Add the following in your hosts file
127.0.0.1 <any-subdomain>.attask-ondemand.comOpen in browser following url
https://<any-subdomain>.attask-ondemand.com/index.html