(Carrot-Market)

김종민·2022년 3월 30일
0

CarrotMarket

목록 보기
1/4
post-thumbnail

1. 도입

nextJs+prisma+tailwindCss+PlateScale을 이용해서
당근마켓 클론코딩입니다.

2.시작하기

기본 세팅하기.

2-1.라이브러리 다운로드

	1. npx create-next-app@latest --typescript
    2. npm i next@lateat react@rc react-dom@rc
       2번이 안될땐 --legacy-peer-deps를 붙인다.
    3. react18로 설정되어있으면, 2번을 생략해도됨
profile
코딩하는초딩쌤

0개의 댓글