Collection of data visualizations and analysis related to Cricket game.
Link: nowke.github.io/cricviz/
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