app-cookie cutter creates a project skeleton for a Dash app
- Install cookiecutter:
pip install cookiecutter - Naviagte to the folder you want to make your app in and run the following command
cookiecutter https://github.com/builtbyspec/app-cookiecutter.git - Follow instructions in the readme of your newly generated project