This is a counter pick web application for Dota 2. It shows the advantage percentages against a hero or team
clone repo
git clone https://github.com/dev-farbod/dota2-counter-picker.git
install dependencies
cd server
npm install
Start Server
node index.js
install dependencies
cd client
npm install
Start React app
npm start