Flask app template

A Flask app template with TailwindCSS

Get started
Flask TailwindCSS

This Flask app template offers a robust foundation for your project. With TailwindCSS, you get flexible styling, and the project's tree structure is adaptable to any Flask project. Whether you're a beginner or a seasoned developer, this template simplifies your workflow, making it an ideal choice for any project.

flaskTemplate tree
.
├── app.py
├── config.py
├── static
│ ├── css
│ │ └── input.css
| | └── output.css
│ ├── images
│ ├── js
├── templates
│ └── index.html
└── views
└── root.py

Follow the steps on the README file to get started. once you're done, and run the app, you should see this page. feel free to contribute to the project on GitHub.