Prototypes built via our RPA Prototyping phase, Q2 2020
- Topic 1: Element Templates for RPA
- Topic 2: Variable Management
$ git clone https://github.com/pinussilvestrus/rpa-prototypes.git
$ cd rpa-prototypes
$ npm install
$ npm run dev
Visit http://localhost:5000 and visit one demo inside the packages
directory.
Every demo goes into the packages
sub-directory. It has to include a npm run build
task resulting in an index.html
to serve the Demo in the end.
Check out the example demo for guidance.