We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7336d24 commit 5466878Copy full SHA for 5466878
README.md
@@ -25,7 +25,7 @@ Create a `db.json` file
25
Start JSON Server
26
27
```bash
28
-$ json-server db.json
+$ json-server --watch db.json
29
```
30
31
Now if you go to [http://localhost:3000/posts/1](), you'll get
0 commit comments