A minimal boilerplate for creating scalable Dash applications.
This repository is configured as a Cookiecutter project. Which allows for variable templating.
To initialize your own starter app. First install Cookiecutter:
pip install cookiecutter
You can then generate the app using:
cookiecutter https://github.com/frankfka/DashStarterApp --directory="template"
Note the use of --directory
- this is because the Cookiecutter template is located in template/
If you don't want to create the project with Cookiecutter, a pre-generated starter app is available in the generated/
directory.
Documentation for the overview of the project structure is a work in progress. Check back shortly!