| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Workfront Stream API for AngularJS Supported API versions: 5.0+, unsupported, internal
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 install
Build the package and start local web server
npm run dev
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.com
Open in browser following url
https://<any-subdomain>.attask-ondemand.com/index.html
| Back | FazBrowse Home | New Git URL |