An open API service indexing awesome lists of open source software.

https://github.com/donny2333/emergency

Decision support system for smart city
https://github.com/donny2333/emergency

angularjs d3 openlayers4

Last synced: 21 days ago
JSON representation

Decision support system for smart city

Awesome Lists containing this project

README

        

# 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:

```bash
$ npm install
$ bower install
```
## Running your application with Gulp

Run your application using gulp:

```bash
$ gulp
```