Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 936 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 936 Bytes

Dash Starter App

A minimal boilerplate for creating scalable Dash applications.

Getting Started

Using Cookiecutter

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/

Direct Download

If you don't want to create the project with Cookiecutter, a pre-generated starter app is available in the generated/ directory.

Project Structure

Documentation for the overview of the project structure is a work in progress. Check back shortly!