Created
November 24, 2016 09:54
-
-
Save netcell/b193275ff9ffc4fcec8cefeaefd1972e to your computer and use it in GitHub Desktop.
ionic2_build_and_upload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g ionic cordova karma-cli; | |
npm install; | |
ionic login --email <email> --password <password>; | |
ionic io init; | |
npm run ionic:build; | |
ionic upload; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment