# GDG Talk Counter ## Setup ```bash $ npm install ``` ## Development ```bash # Lanciare in parallelo i seguenti comandi $ go run -v . $ npm run dev ``` ## Production ```bash $ npm run build $ go build -o bin/server . ```