Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 959 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 959 Bytes

Next.js 14 Template

This is a Next.js template bootstrapped with a set of tools and configurations to help you get started with your next project.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
#or
bun dev

Open 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.

Features

  • Typescript support.
  • Includes eslint and prettier configurations.
  • Tailwind CSS support.
  • It includes clsx and tailwind-merge to manage class names.

Learn More

To learn more about Next.js, take a look at the following resources:

License

This template is licensed under the MIT License.