An open API service indexing awesome lists of open source software.

https://github.com/coderdiaz/template-next-ts

A NextJS template with support for use typescript and tailwindcss
https://github.com/coderdiaz/template-next-ts

Last synced: 2 months ago
JSON representation

A NextJS template with support for use typescript and tailwindcss

Awesome Lists containing this project

README

        

## 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:

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

Open [http://localhost:3000](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:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

### License

This template is licensed under the MIT License.