Skip to content

Instantly share code, notes, and snippets.

@netcell
Created November 24, 2016 09:54
Show Gist options
  • Save netcell/b193275ff9ffc4fcec8cefeaefd1972e to your computer and use it in GitHub Desktop.
Save netcell/b193275ff9ffc4fcec8cefeaefd1972e to your computer and use it in GitHub Desktop.
ionic2_build_and_upload
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