html-over-websockets-with-d.../README.md

16 lines
277 B
Markdown
Raw Normal View History

2021-11-23 22:08:38 +01:00
Simple example of how to make a SPA using only Django. Or in other words, creating a site with HTML architecture over Websockets that handles HTMX events.
2021-10-29 07:51:50 +02:00
2021-11-23 22:07:07 +01:00
# Run
2021-10-29 07:51:50 +02:00
2021-11-23 22:08:38 +01:00
You need `docker` and `docker-compose`.
2021-11-23 22:07:07 +01:00
```
make run.server
```
2021-11-23 22:10:01 +01:00
Optional: Load fake data.
```
run.loaddata
```