Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 561 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 561 Bytes

Tech Blog

프로젝트 소개


사용한 스택 목록

  • Typescript : v4.8.4
  • Next.js : v12.3.1
  • React : v18.2.0
  • Tailwind CSS : v3.1.8

디렉토리 구조

/src
└───components/
└───pages/
  ├─ _app.tsx
  ├─ _document.tsx
  ├─ index.tsx
  └─ blog
     └─ [slug].tsx
└───posts/
└───styles/
└───types/
...