Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 629 Bytes

React Tic-Tac-Toe

This is sample React application from React tutorial.

To use

Install the latest version of NodeJS to create a new project. Delete all files in the "src" and "public" folders and replace with source files from this project. Run the server locally on port 3000. Execute the following commands via terminal:

Node

npm install -g create-react-app
create-react-app tictactoe

cd tictactoe
npm start

Visit http://localhost:3000/ in your browser or check out the demo.