Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 986 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 986 Bytes

Large Cluster

This is a prototype demonstration of clustering large number of points using supercluster library in the browser. See here, https://github.com/mapbox/supercluster.

Getting Started

Prerequisites

The technology stack includes Javascript as programming language, Angular1.x as client side framework, Web Worker for performance gains, SASS as style language and webpack as package manager. Clustering is based on the fast client side supercluster library. Web Worker for performance gains.

  • Node >= 6.11.3
  • Npm >= 5.6.0

Clone project

Clone this project repository using git:

git clone https://github.com/senthanal/LargeCluster.git
cd LargeCluster

Install Dependencies

npm install

Running the App during Development

npm start

Build the Application

npm run build

Running the App in Production

npm run build
open ./dist/index.html file directly in the browser