https://github.com/stackbuilders/pycon-co-24-htmx
Code Samples for PyCon Colombia 2024 - Less JavaScript and more Python with HTMX
https://github.com/stackbuilders/pycon-co-24-htmx
Last synced: 9 months ago
JSON representation
Code Samples for PyCon Colombia 2024 - Less JavaScript and more Python with HTMX
- Host: GitHub
- URL: https://github.com/stackbuilders/pycon-co-24-htmx
- Owner: stackbuilders
- License: mit
- Created: 2024-05-09T01:04:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T00:14:50.000Z (about 1 year ago)
- Last Synced: 2025-03-29T05:41:36.438Z (10 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyCon Colombia 2024 - Less JavaScript and more Python with HTMX
This repository contains the example shown in the presentation
"Less JavaScript and more Python with HTMX" at the PyCon Colombia 2024.
## Motivation
Promote the HTMX library and explaining how it works in a simple Web Application.
## Install
Install [devenv](https://devenv.sh/)
## Usage
Spawn a [nix-shell]:
```
devenv shell
```
*Note:* This step may take a while the first time the command is executed
because it installs all the project requirements.
Start the Flask server:
```
devenv up
```
This will run the Flask server and you would be able to see the application in
http://localhost:5000
## License
MIT.
## Contributing
Feel free to use this repository for testing the HTMX library. If you find
something that could be improved for other learners do not hesitate to sumbit
a pull request for changes.
---
[Check out our libraries](https://github.com/stackbuilders/) | [Join our team](https://www.stackbuilders.com/join-us/)
[nix-shell]: https://nixos.wiki/wiki/Development_environment_with_nix-shell