Copiare il file `.env.dev` in `.env` per dire al server di lavorare in modalità di development e su quale indirizzo servire il sito, poi avviare il server.
```bash shell
@ -19,14 +21,26 @@ $ cp .env.dev .env
$ go run .
```
### Server
Un comando comodo in fase di development che usa [`entr`](https://github.com/eradman/entr) è
```bash shell
$ find . -type f -name '*.go' | entr -r go run .
# Or also...
# O anche con fd...
$ fd -e go | entr -r go run .
```
### Frontend
Se si sta anche modificando codice dentro `frontend/`, in contemporanea serve anche fare