This app let you explore different type of countries data like GDP, Population, Income and Life Expectancy in a multiple charts.
git clone https://github.com/Virous77/GlobeGraph.git
# or
gh repo clone Virous77/GlobeGraphIt's recommended to use give node version in .nvmrc file.
nvm useInstall the dependencies using pnpm or yarn.
pnpm install
# or
yarn installpnpm devpnpm buildI have added Dockerfile for both development and production environment.
docker build -t globe-graph-dev -f Dockerfile.dev .docker build -t globe-graph -f Dockerfile.prod .