/ny-ccc-map

Primary LanguageJavaScript

NYCSCC-map-viewer

Map viewer front-end from SUNY-ESF

Prerequisites

Getting Started

Install node and checkout the NYCSCC-map-viewer repository. In the repository run npm install That will install all the dependencies locally that are required.

The src/index.html file is what you can point at to develop locally. It should reference other CSS / JS files in the src directory.

When packinging the distribution - the src/index.html file is inlined and minified to dist/map_viewer.html

Workflow

Build dist with grunt

Serve from 'dist/index.html'