This is a Next.js 15 starter template fully configured for your next project created by Aliezan.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This templates comes with the tools you need to start your project:
- TypeScript
- ESLint rules that follows Next.js and TypeScript best practices.
- Prettier integration with ESLint.
- Tailwind CSS
- Jest with React Testing Library.
- Commitlint to enforce conventional commit messages.
- Husky to lint, format and test your code before committing.
Feel free to report any issue or suggest improvements on the repo issues page.