giswqs / plotly-dash-template
A template for deploying a plotly dash app on Heroku
README
plotly-dash-template
A template for deploying a plotly dash app on Heroku
Instructions
Step 1: Install packages
pip install -r requirements.txt
Step 2: Start the server
python index.py
Step 3: Launch the web app
Navigate to the web app http://127.0.0.1:8050
Step 4: Deploy the app to Heroku
Create a new app on Heroku and connect it to the GitHub repo. Enable Automatic Deploys. Push commits to GitHub to trigger automatic deployments.
