Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 623 Bytes

Getting Started With React Tic Tac Toe Interface

This project has several NPM packages that will need to be installed in order to run this TTT interface

npm install

Will install everything needed to launch the game.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.