{"id":18930653,"url":"https://github.com/tecladocode/flask-htmx-tailwind-alpine-workshop","last_synced_at":"2025-10-29T05:03:25.165Z","repository":{"id":212801056,"uuid":"730864840","full_name":"tecladocode/flask-htmx-tailwind-alpine-workshop","owner":"tecladocode","description":"A workshop on building websites and apps rapidly with Flask, HTMX, TailwindCSS, and AlpineJS","archived":false,"fork":false,"pushed_at":"2023-12-16T11:26:01.000Z","size":676,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T22:41:11.702Z","etag":null,"topics":["alpinejs","flask","flask-tutorial","htmx","tailwindcss"],"latest_commit_sha":null,"homepage":"https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tecladocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-12T20:59:46.000Z","updated_at":"2025-03-09T06:47:24.000Z","dependencies_parsed_at":"2023-12-16T12:46:16.075Z","dependency_job_id":null,"html_url":"https://github.com/tecladocode/flask-htmx-tailwind-alpine-workshop","commit_stats":null,"previous_names":["tecladocode/flask-htmx-tailwind-alpine-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tecladocode/flask-htmx-tailwind-alpine-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecladocode%2Fflask-htmx-tailwind-alpine-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecladocode%2Fflask-htmx-tailwind-alpine-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecladocode%2Fflask-htmx-tailwind-alpine-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecladocode%2Fflask-htmx-tailwind-alpine-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tecladocode","download_url":"https://codeload.github.com/tecladocode/flask-htmx-tailwind-alpine-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecladocode%2Fflask-htmx-tailwind-alpine-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273713260,"owners_count":25154606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpinejs","flask","flask-tutorial","htmx","tailwindcss"],"created_at":"2024-11-08T11:38:24.201Z","updated_at":"2025-10-29T05:03:20.134Z","avatar_url":"https://github.com/tecladocode.png","language":"HTML","readme":"# High speed development with Flask, HTMX, TailwindCSS and AlpineJS\n\nThis is a demo project to show how to use Flask, HTMX, TailwindCSS and AlpineJS to build a web application with a modern development workflow.\n\nRead the full workshop documentation here: [tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/](tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/).\n\n## Getting started\n\n### Run the final app\n\nThe final app code is in the `app` folder.\n\n1. Clone this repository\n2. Run `rye sync` to install Python, create the virtual environment, and install dependencies.\n3. Run the application with `rye run flask run`\n4. Open the application in your browser at http://localhost:5000\n5. Start developing!\n\nRun the workshop documentation with `rye run mkdocs serve`.\n\n### Check out the workshop steps\n\nEach workshop step has a final code attached to it. The steps are in the `steps` folder.\n\nHere's a mapping of the workshop links to their code folders:\n\n- [https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/03-website-without-reloading/](https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/03-website-without-reloading/) ➡️ `steps/01-website-without-reloading`\n- [https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/04-dynamic-pagination/](https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/04-dynamic-pagination/) ➡️ `steps/02-dynamic-pagination`\n- [https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/05-adding-feeds/](https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/05-adding-feeds/) ➡️ `steps/03-01-adding-feeds-htmx` and `steps/03-02-adding-feeds-alpine`\n- [https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/06-read-status/](https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/06-read-status/) ➡️ `steps/04-read-status`\n- [https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/07-unread-number-badges/](https://tecladocode.github.io/flask-htmx-tailwind-alpine-workshop/07-unread-number-badges/) ➡️ `steps/05-unread-numbers`\n\nI hope you'll enjoy the workshop!\n\nWant to learn more about Python, web development, and REST APIs? Check out our courses at [https://teclado.com](https://teclado.com)!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecladocode%2Fflask-htmx-tailwind-alpine-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftecladocode%2Fflask-htmx-tailwind-alpine-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecladocode%2Fflask-htmx-tailwind-alpine-workshop/lists"}