Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.06 KB

ReactPy-TicTacToe

A TictacToe game built with ReactPy and Bootstrap 5.

image

image

A. Setup

Be sure to install Python version 3.9 and above.

  1. Clone the repository from command line.
git clone https://github.com/fsmosca/ReactPy-TicTacToe.git
  1. cd to to ReactPy-TicTacToe folder

  2. Install the modules in requirements.txt

pip install -r requirements.txt
  1. Run the app
uvicorn tictactoe:app

This code is linked from my article in blogspot.

B. Credits