Intuitive, interactive online map deployed by Bay County, Florida. After searching for a parcel, address or point of interest users can quickly learn about nearby schools, parks and other ammenities.
-
install git
-
install Node.js
-
Install global packages with npm
npm install -g grunt-cli npm install -g bower -
Clone and/or fork the repo and
cdinto your local folder -
Run
npm installfor local node packages -
Run
grunt initto install dependencies -
Run
grunt serveif you would like to run the app (will open the app in a browser and start thewatchtask)
Configure your web server to include the above directory as virtual directory and browse to it (i.e. http://localhost/path/to/Bayview/).
Please run jshint on the application code before committing your changes:
grunt jshintDefinitely runs on node 10.14.0 and npm 6.4.1 - use nvm to switch between node versions
IE >= 9
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright © 2017 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's LICENSE file.