/angular-launch

A seed project for AngularJS with Gulp and Bower

Primary LanguageJavaScriptMIT LicenseMIT

angular-launch

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.

Getting started

To get started, simply clone or download this repo and install the dependencies

Clone this repo

git clone https://github.com/tobysteward/angular-launch.git
cd angular-launch

Installing dependencies

$ npm install && bower install

Troubleshooting

Do you have npm installed?