Skip to content
Zoos GlobalZoos GlobalZoos EngineeringHub

Zoosglobal

README documentation for Zoosglobal

stableRepositoryJavaScriptprivate
1 min readUpdated Jul 24, 2026@web-teamWeb Engineering
Edit source

Source: ZoosGlobal/Zoosglobal Visibility: Private This page is automatically synchronized from the repository README. Do not edit this generated file directly.


Next.js website for Zoos Global.

├── public/ # Static public assets
├── src/
│ ├── app/ # Next.js App Router pages and layouts
│ │ ├── about/page.js
│ │ ├── blog/page.js
│ │ ├── contact/page.js
│ │ ├── customers/page.js
│ │ ├── products/page.js
│ │ ├── services/page.js
│ │ ├── layout.js
│ │ └── globals.css
│ ├── assets/ # Images and media files
│ ├── components/ # Shared React components
│ ├── hooks/ # Custom React hooks
│ └── lib/ # Utility functions
├── next.config.js # Next.js configuration
├── postcss.config.mjs # Tailwind/PostCSS configuration
└── package.json
Terminal window
npm install
npm run dev
npm run build
npm run start
  • Next.js 15
  • React 19
  • Tailwind CSS 4
  • Lucide React
  • Formspree
  • Datadog Browser RUM