jabbalaci / Flask-TailwindCSS-HTMX-Sample-Project

A Flask + Tailwind CSS + HTMX sample project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Flask + Tailwind CSS + HTMX Sample Project

In this sample project we demonstrate how to use Flask together with Tailwind CSS and HTMX.

Installation

Create a virtual environment and install the dependencies. Dependencies can be found in the file pyproject.toml. This project was created with poetry, but you don't have to use it. Dependencies can be installed with pip too.

Open a terminal, activate the virt. env., and launch make run.

Open a second terminal, activate the virt. env., and launch make css.

Open http://127.0.0.1:5000 in your browser.

Links

This repo belongs to this YouTube video (in Hungarian).

About

A Flask + Tailwind CSS + HTMX sample project

License:MIT License


Languages

Language:CSS 68.3%Language:HTML 16.6%Language:Python 7.7%Language:JavaScript 4.7%Language:Makefile 2.6%