Skip to content

chatoo2412/scatter-chart

Repository files navigation

Build Status StackShare

scatter-chart

Scatter chart for huge dataset.

Please read the wiki.

Prerequisites

Quick Start

# Install dependencies.
$ npm install

# Create and edit configuration files.
$ cp config/default.js config/development.js
$ vi config/development.js
$ cp config/default.js config/production.js
$ vi config/production.js

# Serve with hot reload at localhost:3000.
$ npm run dev

# Test your app.
$ npm test

# Build for production.
$ npm run build
$ npm start