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
- Host: GitHub
- URL: https://github.com/coderdiaz/template-next-ts
- Owner: coderdiaz
- Created: 2023-06-09T19:14:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T05:24:22.000Z (10 months ago)
- Last Synced: 2025-03-15T19:36:24.436Z (4 months ago)
- Language: TypeScript
- Size: 449 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.