Skip to content

Starter app boilerplate generator for a Python Dash application

License

Notifications You must be signed in to change notification settings

frankfka/DashStarterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Starter app boilerplate generator for a Python Dash application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published