Install SDK and CLI
I's now time to install the Experience App SDK and the Experience App CLI.
Experience App SDK
In the terminal, run the following command to install the Experience App SDK:
- npm
- yarn
npm install @showpad/experience-app-sdk
yarn add @showpad/experience-app-sdk
Experience App CLI
Version 3.1.x
You can install version 3.1.x of the Experience App CLI, by executing this command:
- npm
- yarn
npm install @showpad/experience-app-cli -D
yarn add @showpad/experience-app-cli -D
Version 3.x
You can install version 3.x of the Experience App CLI, by executing this command:
- npm
- yarn
npm install @showpad/experience-app-cli -D @3.0
yarn add @showpad/experience-app-cli -D @3.0
Attention
Version 3.x of the Experience App CLI introduces new behaviors as well as new features. Some commands will work differently or not at all in this version. If you decide to install this version, be sure to use the correct commands and options.
Version 2.x
In the terminal, run the following command to install the Experience App CLI:
- npm
- yarn
npm install @showpad/experience-app-cli -D @2.0
yarn add @showpad/experience-app-cli -D @2.0