A cookiecutter template for quickly creating Flask projects with TailwindCSS. Using Blueprints and an Application Factory pattern, this template allows quick building of Flask apps with minimal configuration and no extensions outside of what is necessary, or applicable, to all projects.
pip install cookiecutter
cookiecutter https://github.com/cording12/flask-tailwind-template-cookiecutter.git
npm run dev
This cookiecutter template installs all modules using either Poetry or Pip (as selected in the installation config). If necessary, refer to the README.md of the template package