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 a05634757d | 2 years ago | |
---|---|---|
cmd | 2 years ago | |
docs | 2 years ago | |
frontend | 2 years ago | |
meta | 2 years ago | |
model | 2 years ago | |
services | 2 years ago | |
sl | 2 years ago | |
.gitignore | 2 years ago | |
.npmrc | 2 years ago | |
ARCHITECTURE.md | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago | |
server.js | 2 years ago | |
vite.config.js | 2 years ago |
README.md
Website 2
Repo per il nuovo sito del PHC
Docs
-
Alcune note sull'architettura di questo progetto.
Usage
Development
# Starts the backend on port :4000 and the frontend development server on port :3000
$ go run -v ./cmd/devserver
Production
# Generates "routes.json", builds all frontend artifacts and finally the main binary
$ make build