Linux Guide (Desktop App)
Development build
To create a development build,
Follow the quickstart guide to create a new app with the app builder and install all the dependencies
Run
npm start
in the project root. This will launch the CLISelect Build in the main menu
Select Linux in the platforms menu
Select Development in the build menu
This will launch the development edition of the Linux application on your system
Production build
To create a production build,
Follow the quickstart guide to create a new app with the app builder and install all the dependencies
Run
npm start
in the project root. This will launch the CLISelect Build in the main menu
Select Linux in the platforms menu
Select Production in the build menu
This will build the production edition of the Linux application on your system
The binary will be located at
agora-app-builder/<PRODUCT_ID>/out