Skip to content

danielykim/flask-dash-minimal-app

Repository files navigation

Clone this repository

For development, run the following commands:

pip install -r requirements.txt
FLASK_APP=application.py FLASK_ENV=development flask run

In the development mode, the app is automatically reloaded if you modify the code.

For deployment, run the following commands:

waitress-serve --port 8080 'application:application'

Open your web browser and check http://localhost:8080/.

About

Minimal Dash App on Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages