Skip to content

Ardian-Hoti/GlobeGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globe Graph

This app let you explore different type of countries data like GDP, Population, Income and Life Expectancy in a multiple charts.

Clone the repository

git clone https://github.com/Virous77/GlobeGraph.git
# or
gh repo clone Virous77/GlobeGraph

Install the dependencies

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

Start the development server

pnpm dev

Build the app

pnpm build

I have added Dockerfile for both development and production environment.

Start the app in development environment

docker build -t globe-graph-dev -f Dockerfile.dev .

Start the app in production environment

docker build -t globe-graph -f Dockerfile.prod .

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • CSS 1.7%
  • Other 0.8%