Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justphil/9763140 to your computer and use it in GitHub Desktop.
Save justphil/9763140 to your computer and use it in GitHub Desktop.
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