README
earthquake-latest-earthquakes
Mobile friendly, interactive earthquake map and list application.
Getting Started:
Use git to clone earthquake-latest-earthquakes from git repository
Make sure you are in your
earthquake-latest-earthquakesproject directory.Install NPM dependencies
npm installPreview in a browser
gruntOn windows,
gatewayhas trouble resolving default documents and you need to change the opened url tohttp://localhost:8000/index.htmlin order to view the Test Suite. To view the application go to 'http://localhost:8080/index.html'
Having trouble getting started?
If this is your first time using grunt, you need to install the grunt command line interface globally
npm install -g grunt-cliLeaflet uses Jake to compile it's source.
npm install -g jakeJake uses uglify to compile the leaflet source.
npm install -g uglify-js