You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

227 B

GDG Talk Counter

Setup

$ npm install

Development

# Lanciare in parallelo i seguenti comandi
$ go run -v .
$ npm run dev

Production

$ npm run build
$ go build -o bin/server .