1- Node.js
https://nodejs.org/download/
2- Git
https://git-scm.com/
3- Yeoman bowew grunt gulp (Dal prompt dei comandi digitare...)
npm install -g yo bower grunt-cli gulp
4- Generator angular
npm install -g generator-angular
5- Dal prompt dei comandi aprire la cartella del progetto
cd Desktop/ricettario
6- Installazione pacchetti npm
npm install
6- Installazione pacchetti bower
bower install
7- Avvio
grunt serve
This project is generated with yo angular generator version 0.11.1.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.