jkaplan15 / Phase-5-Fantasy-Football

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantasy Football Corner

Description

....

Setup

  1. Fork and then Clone this repository.

  2. Make sure that you are in the correct directory (folder) that contains a Pipfile, then run pipenv install in your terminal to install the required Python libraries.

  3. Now that your pipenv virtual environment is ready to use, enter pipenv shell to enter the virtual environment.

  4. Run npm install --prefix client in your terminal to install the dependencies for the React app.

  5. Enter the command cd server in the terminal to move into the server directory.

  6. Enter the command python app.py in the terminal to run the Flask app (make sure that you are in the server directory before running this terminal command).

  7. In a new terminal, run npm start --prefix client in your terminal to run the React app in the browser. If your browser does not automatically open the page for you, open http://localhost:4000 to view it in your browser.

About


Languages

Language:Python 51.4%Language:JavaScript 34.4%Language:CSS 10.9%Language:HTML 2.5%Language:Mako 0.7%