Getting Started
$ npm i -g @motor-js/cli
To create your mashup run
$ motor create
This will give you several prompts in order to customise your mashup and connect it to your Qlik Sense instance.
$ motor create
What name do you want to give your app (should be in kebab case format: `your-app-name`)? my-mashup
Please select your React framework
> create-react-app
Please select your Motor template
> Solar
Please select your Qlik deployment type
> Qlik Sense SASS
Please enter your tenant name (e.g. motor.eu.qlikcloud.com): .....
Please enter your application id: .....
Please enter your web integration id: ....
$ cd my-mashup
$ yarn install
$ yarn start
This will create your selected mashup template 🎉. See the next section to learn about your created code.
Finding errors in your created code? Check out the below which could help!
Last modified 2yr ago