Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```