File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Next.js 14 Template
2
+
3
+ This is a Next.js template bootstrapped with a set of tools and configurations to help you get started with your next project.
4
+
5
+ ### Getting Started
6
+
7
+ First, run the development server:
8
+
9
+ ``` sh
10
+ npm run dev
11
+ # or
12
+ yarn dev
13
+ # or
14
+ pnpm dev
15
+ # or
16
+ bun dev
17
+ ```
18
+
19
+ Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.
20
+
21
+ You can start editing the page by modifying ` app/page.tsx ` . The page auto-updates as you edit the file.
22
+
23
+ ### Features
24
+
25
+ - Typescript support.
26
+ - Includes eslint and prettier configurations.
27
+ - Tailwind CSS support.
28
+ - It includes ` clsx ` and ` tailwind-merge ` to manage class names.
29
+
30
+ ### Learn More
31
+
32
+ To learn more about Next.js, take a look at the following resources:
33
+
34
+ - [ Next.js Documentation] ( https://nextjs.org/docs ) - learn about Next.js features and API.
35
+ - [ Learn Next.js] ( https://nextjs.org/learn ) - an interactive Next.js tutorial.
36
+
37
+ ### License
38
+
39
+ This template is licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments