Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 552 Bytes

emergency

A single page angular project

Quick Install

Once you've downloaded this repository, you're just a few steps away from starting to develop your AngularJS application.

The boilerplate comes pre-bundled with a package.json and bower.json files that contain the list of modules you need to start your application.

To install the dependencies, run this in the application folder from the command-line:

$ npm install
$ bower install

Running your application with Gulp

Run your application using gulp:

$ gulp