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.
|
|
3 years ago | |
|---|---|---|
| cmd | 3 years ago | |
| docs | 3 years ago | |
| frontend | 3 years ago | |
| meta | 3 years ago | |
| model | 3 years ago | |
| services | 3 years ago | |
| sl | 3 years ago | |
| .gitignore | 3 years ago | |
| .npmrc | 3 years ago | |
| ARCHITECTURE.md | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago | |
| go.mod | 3 years ago | |
| go.sum | 3 years ago | |
| package.json | 3 years ago | |
| pnpm-lock.yaml | 3 years ago | |
| server.js | 3 years ago | |
| vite.config.js | 3 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