Update README.md

This commit is contained in:
Andros Fenollosa
2021-11-23 22:08:38 +01:00
committed by GitHub
parent 8468ce83da
commit d9c865a52c

View File

@ -1,7 +1,9 @@
You need `docker` and `docker-compose`.
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.
# Run
You need `docker` and `docker-compose`.
```
make run.server
```