Skip to content

nowke/cricviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cricket Visualizations

Collection of data visualizations and analysis related to Cricket game.

Link: nowke.github.io/cricviz/

ODI Matches - First Innings Scores Distribution By Year

Demo

Setup

Install dependencies

npm install

Start the project

npm run start

App will be running on http://localhost:3000

Building

Creates minified JavaScript inside build folder

npm run build

Publishing

Publish to gh-pages branch

npm run deploy