Skip to content
/ template-next-ts Public template

A NextJS template with support for use typescript and tailwindcss

Notifications You must be signed in to change notification settings

coderdiaz/template-next-ts

Repository files navigation

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.

About

A NextJS template with support for use typescript and tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published