Setting up a new AngularJS web app can be quite repetitive. Angular Launch aims to save setup time by offering a bootstrapped project with npm, Bower and Gulp baked-in and configured.
To get started, simply clone or download this repo and install the dependencies
git clone https://github.com/tobysteward/angular-launch.git
cd angular-launch
$ npm install && bower install
Do you have npm installed?