- cd tic-tac-toe
- npm install
- 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 browserNONE: Do not launch the browser. Manually view the app at http://localhost:3000