GlowNext is a modern web application starter template built with Next.js 15 and React.js 19. It features an elegant dark mode interface using ShadCN UI, with a sleek toploader and automatic code formatting via Prettier. This repository is perfect for building cutting-edge applications with a streamlined developer experience.
- Next.js 15: The latest features of Next.js for optimized performance and server-side rendering.
- React.js 19: Build dynamic and responsive user interfaces effortlessly.
- ShadCN UI: Beautifully designed, customizable components with dark mode enabled by default.
- Prettier: Ensure consistent code formatting across the project.
- Toploader: Smooth loading animations to enhance the user experience.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/kironix/glow-next.git
- Navigate to the project directory
cd glow-next
- Install dependencies
bun install
- Start the development server
bun dev
- View the application Open your browser and go to http://localhost:3000 to view the application.