We created a boilerplate with essential tools and best practices so you can focus on building your NextJS project.
Edit app/page.tsx to start
Utilize the power of Next.js for server-rendered React applications.
Enhance your development experience with TypeScript's static typing.
Rapidly build custom designs with Tailwind CSS's utility-first approach.
Enforce code quality standards and catch errors early with ESLint.
Keep your codebase clean and consistent with automatic code formatting using Prettier.
Automatic sorting of tailwind classnames using the official prettier plugin.
Sort imports alphabetically for better readability, especially in larger projects.
Ensure code quality and prevent bad commits with pre-commit hooks powered by Husky.