We are going to create a dashboard for the 2019 FIFA Women's World Cup!
You need to have a recent version of Node installed. This project uses Yarn as the package manager. In other words, to get the application running you need to have Yarn installed to download the packages we you need.
We suggest using homebrew to install Yarn.
Open a terminal and run
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install yarn
The application should run at http://localhost:3000/ by default
https://yarnpkg.com/en/docs/install#windows-stable
https://yarnpkg.com/en/docs/install#debian-stable
cd world-cup-dashboard
yarn
yarn start