Blazity / next-enterprise

💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.
https://next-enterprise.vercel.app
MIT License
6.08k stars 1.57k forks source link

How to add new page from boilerplate like i can do it with NextJs starter? #297

Closed akhilchhetri closed 3 months ago

akhilchhetri commented 3 months ago
bmstefanski commented 3 months ago

Hi,

This project fully supports app directory and pages directory. Use whatever suits your needs best.

I recommend this doc to learn more about routing in Next.js https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages

Thanks!