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
- Host: GitHub
- URL: https://github.com/donny2333/emergency
- Owner: Donny2333
- Created: 2017-05-31T02:39:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T09:04:16.000Z (over 7 years ago)
- Last Synced: 2025-02-17T17:53:54.788Z (4 months ago)
- Topics: angularjs, d3, openlayers4
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 GulpRun your application using gulp:
```bash
$ gulp
```