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 328271edc3 | 2 years ago | |
---|---|---|
frontend | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago | |
routes.go | 2 years ago |
README.md
Lupus Lite
Usage
# Development Mode: also starts "npm run dev" inside "frontend/"
$ MODE=dev go run .
# Production Mode
$ cd frontend
$ npm run build
$ go build