Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 682 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 682 Bytes

React-Django-AI-TicTacToe

Simple tic-tac-toe with react as front end and Django rest API for AI in the backend.

See Working Project here.

npm start

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

npm run build

Builds the app for production to the build folder.\

Using

  • Clone the repo and go to the directory

  • run npm install && npm run build to install the required packges and build the project

  • run python manage.py runserver to run the django server and thats it. open the link shown in terminal and play with the AI.