###Links

Dependencies

###Setup

git clone https://github.com/agilogy/curs-angular-upc.git my-app
cd my-app
npm install
bower install

###Comandes de grunt

grunt #compila l'aplicació i executa tests unitaris

o per separat

grunt build # compila l'aplicació
grunt test # executa tests unitaris

Per recarregar l'aplicació quan salvem canvis usem

grunt serve # compila l'aplicació i inicia servidor web a http://127.0.0.1:9000