Boilerplate for bootstrapping scalable multi-page Dash applications
Slapdash is a boilerplate project for quickly building out multi-page Dash applications using the Python framework. It provides a sensible project layout and includes pre-built layouts with Dash Bootstrap Components. Slapdash also provides scripts for conveniently launching the application in both development and production environments. It should be noted that Slapdash is intended for bootstrapping initial Dash applications and not as a dependency for your application.
To install Slapdash, you need to follow these steps:
Note: Slapdash requires Python 3.6+.
Slapdash is a boilerplate project that helps in quickly setting up multi-page Dash applications. It provides a sensible project layout and pre-built layouts using Dash Bootstrap Components. It also includes scripts for launching the application in both development and production environments. Slapdash is not meant to be a dependency for your application but rather as a tool for bootstrapping initial Dash applications.