Immobilien-Website auf Basis von Next.js (App Router) für Berlin, Brandenburg und deutschlandweite Vermarktung.
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- Node.js 20+
- npm
npm install
npm run devApp starten unter http://localhost:3000.
npm run dev # Development Server
npm run lint # Linting
npm run build # Production Build + Static Export + .htaccess
npm run start # Next.js Production Server
npm run clean # entfernt .nextDas Projekt verwendet statischen Export (output: 'export').
npm run buildErgebnis:
- statische Ausgabe in
out/ out/.htaccesswird automatisch überscripts/write-htaccess.mjserzeugt
Optional ohne .htaccess:
GENERATE_HTACCESS=false npm run buildapp/ Next.js App Router Seiten und Routen
components/ UI-Komponenten
lib/ Datenzugriff und Helper (u.a. Listings/Articles)
public/ Statische Assets
scripts/ Build-Helfer (z.B. .htaccess-Generierung)
//angebote/blog/kaufen/verkaufen/kontakt/ueber-uns/kostenlose-immobilienbewertung-berlin-brandenburg
Die Laufzeitkonfiguration liegt in lokalen .env* Dateien (z.B. .env.local, .env.production).
Proprietary - Alle Rechte vorbehalten.