CS50 Beyond 2019 - Tic Tac Toe Web App
-
Under the repository name, click on ↓ Code.
-
In the Clone with HTTPs section, click to copy the clone URL for the repository.
-
Open Terminal.
-
Change the current working directory to the location where you want the cloned directory to be made.
-
Type git clone, and then paste the URL you copied in Step 2, and press Enter. (Your local clone will be created.)
-
Change the current working directory to the file you cloned.
-
Type
export FLASK_APP=application.py
and press Enter. -
Type
flask run
and press Enter. -
Go to http://localhost:5000/.
-
Start to play 🎮