728x90
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
},
"todos": [
{
"id": 1,
"title": "Read SitePoint article",
"complete": false
},
{
"id": 2,
"title": "Clean inbox",
"complete": false
},
{
"id": 3,
"title": "Make restaurant reservation",
"complete": false
}
]
}
npm run json-server 입력
'단순 코드 기록 > React' 카테고리의 다른 글
React_라우터_링크와 에러페이지 (0) | 2024.03.20 |
---|---|
React_router (0) | 2024.03.20 |
React_axios (0) | 2024.03.20 |
React_외부데이터 + 데이터 추가 (0) | 2024.03.20 |
React_외부데이터+modal (0) | 2024.03.20 |