-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnextjs.drawio
More file actions
21 lines (21 loc) · 2.96 KB
/
Copy pathnextjs.drawio
File metadata and controls
21 lines (21 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0" version="27.0.3">
<diagram id="_dIDnpVzGwcdxlkYJzQc" name="Page-1">
<mxGraphModel dx="915" dy="605" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="zgkbmM4lBP8iO_TUm_l8-1" value="Next JS" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="370" y="40" width="120" height="60" as="geometry" />
</mxCell>
<UserObject label="my-nextjs-app/
├── app/ # (if using App Router)
│ ├── page.tsx # Main page
│ └── layout.tsx # Layout wrapper
├── pages/ # (if using Pages Router)
│ ├── index.tsx # Home page
│ └── api/ # API routes
├── public/ # Static files like images
├── styles/ # Global or module CSS files
│ └── globals.css
├── .gitignore
├── next.config.js # Next.js config
├── package.json
├── tsconfig.json # If using TypeScript
└── README.md
 .next
 components
 lib
 posts (custom folder)
 utils (custom folder)" link="my-nextjs-app/
├── app/ # (if using App Router)
│ ├── page.tsx # Main page
│ └── layout.tsx # Layout wrapper
├── pages/ # (if using Pages Router)
│ ├── index.tsx # Home page
│ └── api/ # API routes
├── public/ # Static files like images
├── styles/ # Global or module CSS files
│ └── globals.css
├── .gitignore
├── next.config.js # Next.js config
├── package.json
├── tsconfig.json # If using TypeScript
└── README.md" id="zgkbmM4lBP8iO_TUm_l8-4">
<mxCell style="text;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="50" y="140" width="320" height="300" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="zgkbmM4lBP8iO_TUm_l8-5" value="npx create-next-app@latest my-nextjs-app" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="480" y="170" width="230" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>