This repository serves as a template for new projects using the following technologies:
[email protected]
– React framework[email protected]
– React library[email protected]
– React rendering[email protected]
– CSS framework[email protected]
– Icon set[email protected]
– Notifications[email protected]
– Theme management[email protected]
– CSS class management[email protected]
– Utility for conditionally joining class names[email protected]
– Tailwind class merging[email protected]
– Tailwind animation utilities[email protected]
– Linter[email protected]
+ [email protected]
– Code formattingtypescript@5
– TypeScript support[email protected]
+ [email protected]
– CSS processing@tailwindcss/[email protected]
– Typography styles@tailwindcss/[email protected]
– Tailwind/PostCSS integrationClone the repository:
git clone https://github.com/adrielgama/next15-template.git
cd next15-template
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
Access the project at:
http://localhost:3000
This template is designed to streamline the creation of new projects using Next.js 15 with Tailwind CSS v4, pre-configured with ShadCN Canary, ESLint, and other essential tools.