dbb8049c7e3db277343982fac16e3237ee75aa5e
Reviewed-on: #2
Certigo Addon
Ein modernes React-Projekt mit Tailwind CSS und Go-Backend.
Projektstruktur
certigo-addon/
├── frontend/ # React Frontend mit Tailwind CSS
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ └── App.jsx
│ └── package.json
└── backend/ # Go Backend
└── main.go
Installation und Start
Frontend
cd frontend
npm install
npm run dev
Das Frontend läuft auf http://localhost:3000
Backend
cd backend
go mod download
go run main.go
Das Backend läuft auf http://localhost:8080
Features
- ✅ Modernes React Frontend mit Tailwind CSS
- ✅ Sidebar Navigation
- ✅ Seiten: Home, Spaces, Impressum
- ✅ Go Backend mit REST API
- ✅ CORS Support für Frontend-Backend Kommunikation
Seiten
- Home: Startseite mit System-Status
- Spaces: Verwaltung von Spaces
- Impressum: Rechtliche Informationen
Description
Languages
JavaScript
58.6%
Go
41.1%
CSS
0.2%