To install Meteor:
curl https://install.meteor.com/ | sh
To install Electron:
npm install -g electron
To run app:
npm install
meteor
To run app on android device:
meteor run android-device
To run desktop app in dev mode:
meteor --mobile-server=localhost:3000
and keep server runningnpm run desktop
To build desktop installer:
meteor --mobile-server=localhost:3000
and keep server runningnpm run desktop -- build-installer <server host url> (--win | --linux | --mac)
(look description here)
Requrements to build installer for Linux
Requrements to build installer for Windows on Linux
Followed by this documentation