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.
Antonio De Lucreziis ca7fbf5047 | 2 years ago | |
---|---|---|
.. | ||
src | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
index.html | 2 years ago | |
main.go | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago | |
vite.config.js | 2 years ago |
README.md
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 .