Skip to content

Instantly share code, notes, and snippets.

@bripkens
Created January 15, 2015 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bripkens/3ed1934aaa1ce91145f2 to your computer and use it in GitHub Desktop.
Save bripkens/3ed1934aaa1ce91145f2 to your computer and use it in GitHub Desktop.
Ionic Workshop Vorbereitungen
1.) Aktuelle Version von Chrome installieren
Installer kann heruntergeladen werden unter:
https://www.google.com/intl/en/chrome/browser/
2.) Chrome Erweiterung “Batarang” aus dem Chrome Web Store installieren
Die Erweiterung kann über den Chrome Web Store installiert werden:
https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk?hl=en
3.) Aktuelle Version von Node.js und NPM installieren
Installer kann heruntergeladen werden unter:
http://nodejs.org/
(NPM wird bei der Installation von Node.js mitinstalliert.)
4.) Node.js Modul “ionic” installieren
In der Konsole / Shell:
npm install -g ionic
5.) Node.js Modul “cordova” installieren
In der Konsole / Shell:
npm install -g cordova
6.) Node.js Modul “gulp” installieren
In der Konsole / Shell:
npm install -g gulp
7.) Node.js Modul “bower” installieren
In der Konsole / Shell:
npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment