Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 795 Bytes

File metadata and controls

54 lines (31 loc) · 795 Bytes

ipl_data_visualization

ipl data visualization

Install

1: Install Node

https://nodejs.org/en/download/

2: Install git

Linux: https://git-scm.com/downloads

Windows: https://gitforwindows.org/

Watch this tutorial on YouTube if required. Feel free to refer to other tutorials as well.

3: Install VSCode

https://code.visualstudio.com/download

4: Clone this repository

git clone https://github.com/codebantai/ipl_data_visualization.git

5: Install npm packages

npm install

6: Prepare data

npm run ipl

7: Start server

npm run start

8: Visualize results on your browser

Open http://127.0.0.1:8080