Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid Prototyping with Flask, htmx, and Tailwind CSS

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3 -m venv venv && source venv/bin/activate
  3. Install the Python dependencies:

    (venv)$ pip install -r requirements.txt
  4. Configure Tailwind CSS:

    (venv)$ tailwindcss
  5. Scan the templates and generate CSS file:

    (venv)$ tailwindcss -i ./static/src/main.css -o ./static/dist/main.css --minify
  6. Run the app:

    (venv)$ python app.py
  7. Test at http://localhost:5000/

About

Flask + htmx + Tailwind CSS

Topics

Resources

Stars

87 stars

Watchers

6 watching

Forks

Used by

Contributors

Languages