Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 648 Bytes

File metadata and controls

35 lines (21 loc) · 648 Bytes

IPL data-set visualization using Highcharts.

This repository has three branches :

1: master : Static version

1: Clone this repository

git clone https://github.com/PritamSingh11/IPL-Data-Set-Visualization.git

2: Install npm packages

npm install

3: Start server

npm run start

4: Visualize results on your browser

Open http://127.0.0.1:8080

2: dynamic-site : User interaction added, both client & server runs as two seprate process

Check branch readme

3: dynamic-heroku : Static assets serves using express, so has same origin.

Heroku Link