Skip to content

justinmend/chess-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Getting Started:

Terminal Commands:
  • How to start the client side development server?
    • In the terminal, “cd” into the client directory and run “yarn start” to start the server. This should start the server at http://localhost:3000/
  • How to start the server side?
    1. Create a python virtual environment to run this project
    2. Install flask
    3. Start server
      • In the terminal, “cd” into the server/src directory and run “FLASK_APP=app.py python -m flask run”
      • Note: You will need to activate/start your python virtual environment where you have the flask installed in order to start the server with flask.
TO-DO:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors