cd client
npm install
node start
Make sure you have virtualenv installed, gonna assume you are on a Windows platform
py -m pip install --user virtualenv
Navigate to the project folder, and activate virtualenv by typing the following into the command prompt
.\env\Scripts\activate
Install everything by doing
py -m pip install -r requirements.txt
If you added more dependencies then do
py -m pip freeze > requirements.txt
while you are still in your virtual environment
Callback URL is: http://127.0.0.1:8080/callback/twitter
python app.py
depending on your configuration you might have to say python3 instead