notion 썸네일형 리스트형 [Next JS] Commerce Project #1 What to do? 프로젝트 생성 및 Notion API 설정 NextJs 프로젝트 생성 Prettier 설정 Huskey 라이브러리를 사용해 Commit 시 코드 Formatting 설정 Notion API 사용을 위한 준비 및 테스트 Create Project yarn create next-app [앱 이름] --typescript tsConfig components 경로를 지정 { "compilerOptions": { ... "paths": { "@components":["components/*"] }, "baseUrl": ".", }, } baseUrl 옵션 때문에 styles 폴더에 있는 모듈이 import 안되서 수정해야 되는 케이스가 있음 Formatting Settings Prettier.. 더보기 이전 1 다음