Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 695 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 695 Bytes

Bar Chart Race

A bar chart race demo built with react-spring and vx.

This project was bootstrapped with Create React App.

Install

git clone https://github.com/chenesan/bar-chart-race

npm install

Development

npm run start # running app in development mode on port 3000.

Note that in development mode the animation might be janky on mid-end mobile.

Build

npm run build
serve -s build # running built app on port 5000.

Future

Maybe extract the core chart racing code as npm package if I have time.