Visualization of roads accidents by year
npm install
bower install
gulp
The application doesn’t work if the index.html file is open directly. It must running in a web server. All web server are supported, but we recommend Python 3 for a light and easy to use. Python can be run in the root folder with the following command
python -m http.server 8000
The application is now available at http://localhost:8000
If you don't have update your system and have only Python 2 :
python -m SimpleHTTPServer 8000