/Mecklenburg-County-GeoPortal

The source code for Mecklenburg County's GeoPortal.

Primary LanguageCSSMIT LicenseMIT

GeoPortal v3

Created by Mecklenburg County GIS. Online over here.

Built using:

  • Material Design Lite
  • Mapbox GL JS
  • React

Building the Project

GeoPortal is strictly HTML/CSS/JS and can run locally via gulp.

First, install the global dependencies. You'll need Node and npm (if separate with your distro) installed before you begin.

npm install -g gulp tape

Next install the required modules.

npm install

Then build the public folder.

gulp build

Now you can launch a development environment at any time by typing gulp. To build the app for deployment (minifying CSS and uglifying JS), add a type of production to your build.

gulp build --type production