You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/balakirevs/clicker.git
cd clicker
npm install appium@latest -g # selenium server for mobile devices
npm install # or `npm run reinstall` if you get an error
npm start # start the desktop application (ionic serve)
ionic serve -l # To see the app rendered in all mobile platforms
ionic cordova platform add android
ionic cordova platform add ios
# Before emulating android device make sure you have created emulators based on platform 4.4.2 and API level 19.
ionic cordova emulate android --target="Nexus_API_26"# start android application
ionic cordova emulate ios # start ios application
Build for specific enviroment
ENV=qa ionic build android # copying the files from /config/qa enviroment