Skip to content

sujipark-fe/notion-api-commerce

Repository files navigation

Notion API 활용 Shopping mall website

Next.js + React + TypeScript + Tailwind CSS

Getting Started

version

  • Node.js : v20.10.0 (최소 18 버전 이상)
  • Next.js: v14.1.4
  • React: v18.2.74
  • ESLint: v8.57.0
  • Prettier: v3.2.5
  • Husky: v8.0.0
  • lint-staged: v15.2.2

folder tree

📦src ┣ 📂app ┃ ┣ 📂cart ┃ ┃ ┣ 📂payment ┃ ┃ ┃ ┗ 📜page.tsx ┃ ┃ ┣ 📜layout.tsx ┃ ┃ ┗ 📜page.tsx ┃ ┣ 📂product ┃ ┃ ┗ 📂[product] ┃ ┃ ┃ ┗ 📜page.tsx ┃ ┣ 📜layout.tsx ┃ ┗ 📜page.tsx ┣ 📂components ┣ 📂lib ┃ ┗ 📂types ┗ 📂styles ┗ 📜globals.css

install

pnpm install

run (dev mode)

pnpm run dev

run (prod mode)

Run after build

pnpm run start

build

pnpm run build

Open http://localhost:3005 with your browser to see the result.