Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicojs/angularjs-labs
The labs for the ANGULARJS course
https://github.com/nicojs/angularjs-labs
Last synced: 25 days ago
JSON representation
The labs for the ANGULARJS course
- Host: GitHub
- URL: https://github.com/nicojs/angularjs-labs
- Owner: nicojs
- Created: 2016-01-21T08:32:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T20:28:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T02:47:32.528Z (2 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Prerequisites
## NodeJS and npm
Go to https://nodejs.org/en/ and download/install the latest stable version## Global node modules
Open a command prompt and run the following command to install these modules globally:- grunt-cli
- karma-cli
- yo
- bower
- generator-angular
- generator-karma```bash
npm install -g grunt-cli karma-cli yo bower generator-angular generator-karma
```