/tic-tac-toe

Solutions to the React tutorial exercises

Primary LanguageJavaScript

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