Created
January 15, 2015 07:36
-
-
Save bripkens/3ed1934aaa1ce91145f2 to your computer and use it in GitHub Desktop.
Ionic Workshop Vorbereitungen
This file contains 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
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