Notice
Recent Posts
Recent Comments
Link
개발story
TIL # 67 < next.js에서 react query 적용 /json-server 설치&실행 > 본문
Learn/Today I Learn
TIL # 67 < next.js에서 react query 적용 /json-server 설치&실행 >
미래개발자 2023. 2. 12. 01:32728x90
next.js에서 react query 적용 레퍼런스
https://devkkiri.com/post/f14703ea-a105-46e2-89e8-26282de36a3a
json-server 설치
npm i -g json-server
json-server 실행
json-server --watch db.json --port 5000
// 3000번 제외하고 사용
728x90
'Learn > Today I Learn' 카테고리의 다른 글
TIL # 69 < Next.js <Image> 컴포넌트 > (0) | 2023.02.20 |
---|---|
TIL # 68 < javascript 얕은복사 / 깊은복사 > (0) | 2023.02.15 |
TIL # 66 < CustomButton, CustomInput, CustomModal > (0) | 2023.02.07 |
TIL # 65 < Next.js 기초 (3) > (0) | 2023.02.01 |
TIL # 64 < Next.js 기초 (2) > (0) | 2023.01.31 |
Comments