This is a Next.js project bootstrapped with create-next-app.
A simple and modern Next.js starter project with everything you need to get started quickly.
- Next.js 15.2.0 – The latest and greatest
- React 18 – For seamless rendering
- Tailwind CSS 3.0.2 – Utility-first styling
- shadcn 2.3.0 – Beautiful and accessible UI components
- Clone the repository
git clone https://github.com/your-repo/nextjs-starter cd nextjs-starter - Install dependencies
npm install # or yarn install - Run the development server
npm run dev # or yarn dev - Open your browser Visit http://localhost:3000 to see your app in action.
Modify and extend the project to fit your needs. Add components, update styles, and build something awesome!