Horje
json-server Code Example
json-server
json-server --watch db.json
Source: github.com
json-server
npm install -g json-server
Source: github.com
json-server
#Install JSON Server
npm install -g json-server

#Start JSON Server
json-server --watch db.json
Source: github.com
json server
{
  "posts": [
    { "id": 1, "title": "json-server", "author": "typicode" }
  ],
  "comments": [
    { "id": 1, "body": "some comment", "postId": 1 }
  ],
  "profile": { "name": "typicode" }
}
Source: github.com




Shell

Related
[!] Android Studio (version 4.1.0)     X Flutter plugin not installed; this adds Flutter specific functionality.     X Dart plugin not installed; this adds Dart specific functionality. Code E [!] Android Studio (version 4.1.0) X Flutter plugin not installed; this adds Flutter specific functionality. X Dart plugin not installed; this adds Dart specific functionality. Code E
create xampp shortcut ubuntu Code Example create xampp shortcut ubuntu Code Example
how to download using curl Code Example how to download using curl Code Example
undo git reset HEAD~1 Code Example undo git reset HEAD~1 Code Example
git vs code editor Code Example git vs code editor Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12