Park Locator is a mapping tool for Raleigh parks that allows you to find the closest park to your home, search for parks by amenity, get directions to a park, and explore program offerings at the parks.
- Raleigh NC: Open
- V1 (Deprecated): Open
- V2 - Google Maps (Deprecated - No longer maintained): Open
- Backup Host - Heroku: Open
- Backup Host 2 - AWS: Open
To install dependencies run npm install
and bower install
.
The running of tasks for this application was automated using Grunt.
To produce a distributable/minified version of the app run grunt build
.
To preview the application in development in a local live server run grunt serve
.
Running grunt test
will run the unit tests with karma.