Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 347 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 347 Bytes

Start the skeleton app

  cd skeleton
  npm i
  npm start

Start the team-blue app

  cd team-blue
  npm i
  npm start

Start the team-green app

  cd team-green
  npm i
  npm start

Start the team-red app

  cd team-red
  npm i
  npm start