To run the following code, you will need a Rappid license that comes with the Rappid installable package file rappid.tgz
.
Make sure you have the following dependencies installed on your system:
- Node.js
- git
For this tutorial, you need to place your own rappid.tgz
file in the root directory.
When that is completed, you can install the dependencies.
npm install
Your demo is now ready to start.
npm run serve
You should be able to view the demo at http://localhost:8080/
.