To run an angular application make sure that you have bower, gulp and npm installed globally.
After creating or downloading angular project inside that folder run following commands set of commands:
The above command will install all the bower dependencies, then run
npm install command will install all the node libraries
Read gulp.js and run the local server. To generate files for deployment use the following command