A modern web application built with Next.js 15 and React 19, featuring smooth animations and a TypeScript-first approach.
- 🔗 Integrated with KyleHub ecosystem
- 🛠️ Manage NeonGear products and services
- ⚡ Built with Next.js 15 for optimal performance and SEO
- 🎨 Styled with TailwindCSS for responsive design
- 🔄 Smooth animations powered by Framer Motion
- 📱 Mobile-first approach
- 🛡️ Type-safe development with TypeScript
- 🔍 Modern React patterns and hooks
- 🚀 TurboPack enabled for faster development
- Node.js (v18 or higher recommended)
- npm, yarn, or pnpm
- Clone the repository:
git clone https://github.com/KyleDerZweite/KyleHub-NeonGear.git
cd KyleHub-NeonGear
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
- Framework: Next.js 15
- Language: TypeScript
- UI Library: React 19
- Styling: TailwindCSS
- Animations: Framer Motion
- Icons: React Icons
- Development: TurboPack
KyleHub-NeonGear/
├── public/ # Static files
├── src/app/ # Next.js 15 app directory
└── src/styles/ # Global styles and Tailwind configuration
npm run dev
- Starts the development server with TurboPacknpm run build
- Creates an optimized production buildnpm run start
- Starts the production servernpm run lint
- Runs ESLint for code quality
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is MIT licensed.
KyleDerZweite
- GitHub: @KyleDerZweite
Give a ⭐️ if this project helped you!