Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 908 Bytes

File metadata and controls

37 lines (22 loc) · 908 Bytes

react-intro-workshop

We are going to create a dashboard for the 2019 FIFA Women's World Cup!

Setting up

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.

macOS

We suggest using homebrew to install Yarn.

Install homebrew

Open a terminal and run

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install yarn

brew install yarn

The application should run at http://localhost:3000/ by default

Windows

https://yarnpkg.com/en/docs/install#windows-stable

Linux

https://yarnpkg.com/en/docs/install#debian-stable

Installing dependencies

cd world-cup-dashboard

yarn

Run the application

yarn start