Skip to content

Itera/react-intro-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •