“Как установить json-server в Windows 10” Ответ

JSON Server

npm install -g json-server
Disgusted Dragonfly

JSON Server

{
  "posts": [
    { "id": 1, "title": "json-server", "author": "typicode" }
  ],
  "comments": [
    { "id": 1, "body": "some comment", "postId": 1 }
  ],
  "profile": { "name": "typicode" }
}
Disgusted Dragonfly

Как установить json-server в Windows 10

maderchod
Cooperative Cowfish

Ответы похожие на “Как установить json-server в Windows 10”

Вопросы похожие на “Как установить json-server в Windows 10”

Больше похожих ответов на “Как установить json-server в Windows 10” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования