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/GlobeGraph
It's recommended to use give node version in .nvmrc
file.
nvm use
Install the dependencies using pnpm
or yarn
.
pnpm install
# or
yarn install
pnpm dev
pnpm build
I 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 .