Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 405 Bytes

Solutions to the React tutorial exercises

Install

  • cd tic-tac-toe
  • npm install

Run

  • npm start

Set env var BROWSER to control how the broiwser is launched

  • No setting: automatically launch the app in the default browser
  • <some browser>: Automatically launch the app in the specified browser
  • NONE: Do not launch the browser. Manually view the app at http://localhost:3000