A simple app to consume artifacts of the UI5Lab prototype
A demo app showing @stermi's openui5-qrcode example. Feel free to adopt!
- Install node.js (get it from nodejs.org).
- If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
- Clone the repository and navigate into it
git clone https://github.com/michadelic/ui5con-ui5lab-demo
cd ui5con-ui5lab-demo
- Install all npm dependencies (also installs all bower dependencies)
npm install
- Deploy the application folder to your favorite webserver and use the App
Instructions how to connect to the community and contribute to the UI5lab project can be found in the main repository!