Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 674 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 674 Bytes

openflow-web-angularjs-template

A basic template using AngularJS ( yes, its old, I know .. but its basic, fast and I love it. )

It shows how to easily create a set of controllers that shows data from inside openflow.

To run just, clone to repository

git clone https://github.com/open-rpa/openflow-web-angularjs-template.git

cd to the folder and Install all modules using

cd openflow-web-angularjs-template npm i

if not already done, install the needed tools

npm i -g npm typescript gulp browserify tsify

Then to compile the code, copy various files to dist, run gulp

´gulp´

To run open in vs code and press F5