Skip to content

emcwhirter-usgs/earthquake-latest-earthquakes

 
 

Repository files navigation

earthquake-latest-earthquakes

Mobile friendly, interactive earthquake map and list application.

Getting Started:

  1. Use git to clone earthquake-latest-earthquakes from git repository

  2. Make sure you are in your earthquake-latest-earthquakes project directory.

  3. Install NPM dependencies

     `npm install`
    
  4. Install Bower dependencies

     `bower install`
    
  5. Preview in a browser

     `grunt`
    
     On windows, `gateway` has trouble resolving default documents and you need
     to change the opened url to `http://localhost:8000/index.html` in order to
     view the Test Suite.
     To view the application go to 'http://localhost:8080/index.html'
    

Having trouble getting started?

  1. If this is your first time using grunt, you need to install the grunt command line interface globally

     `npm install -g grunt-cli`
    
  2. If this is your first time using bower, you need to install bower globally

     `npm install -g bower`
    

About

Interactive earthquake map and list application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 10.2%
  • PHP 7.5%
  • Shell 0.1%