Mt-NextJs / linkle

2 stars 0 forks source link

This is a Next.js project bootstrapped with create-next-app.

Getting Started[DEV]

개발 서버에서 시작을 위해선 아래 단계를 따라주세요.

npm run dev

http://localhost:3000

Structure

/project
├── README.md
├── next-env.d.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── postcss.config.mjs
├── public
|  └── assets
|     └── icons
|        ├── icon_arrow.png
|        ├── icon_back.png
|        ├── icon_bell.png
|        ├── icon_calendar.png
|        ├── icon_close.png
|        ├── icon_divide.png
|        ├── icon_empty.png
|        ├── icon_gift.png
|        ├── icon_grabber.png
|        ├── icon_image.png
|        ├── icon_link.png
|        ├── icon_menu.png
|        ├── icon_profile.png
|        ├── icon_share.png
|        ├── icon_text.png
|        ├── icon_video.png
|        ├── item_card_001.png
|        ├── item_card_002.png
|        ├── item_card_003.png
|        ├── item_card_004.png
|        └── item_zigzag.png
├── src
|  ├── app
|  |  ├── (intro)
|  |  |  ├── components
|  |  |  |  └── navigation.tsx
|  |  |  └── page.tsx
|  |  ├── admin
|  |  |  ├── layout.tsx
|  |  |  └── page.tsx
|  |  ├── global-error.tsx
|  |  ├── join
|  |  |  └── page.tsx
|  |  ├── layout.tsx
|  |  ├── login
|  |  |  └── page.tsx
|  |  ├── not-found.tsx
|  |  └── profile
|  |     └── [id]
|  |        ├── detail
|  |        |  └── page.tsx
|  |        └── edit
|  |           └── page.tsx
|  ├── config
|  |  ├── route.tsx
|  |  └── types.tsx
|  └── styles
|     ├── common.css
|     └── global.css
├── tailwind.config.ts
└── tsconfig.json

directory: 1844 file: 18362

ignored: directory (21)