Forked from robinboehm/AngularJS-Workshop-Vorbereitungen
Last active
August 29, 2015 13:57
-
-
Save justphil/9763140 to your computer and use it in GitHub Desktop.
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
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 “http-server” installieren | |
In der Konsole / Shell: | |
npm install -g http-server | |
5.) Node.js Modul “karma-cli” installieren | |
In der Konsole / Shell: | |
npm install -g karma-cli | |
6.) Node.js Modul “grunt-cli” installieren | |
In der Konsole / Shell: | |
npm install -g grunt-cli | |
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