Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giswqs/plotly-dash-template

A template for deploying a plotly dash app on Heroku
https://github.com/giswqs/plotly-dash-template

plotly plotly-dash python webapp

Last synced: about 2 months ago
JSON representation

A template for deploying a plotly dash app on Heroku

Awesome Lists containing this project

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

### 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.