Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Created with <3 for front-end developers who need a quick back-end for prototypi
* [Egghead.io free video tutorial - Creating demo APIs with json-server](https://egghead.io/lessons/nodejs-creating-demo-apis-with-json-server)
* [JSONPlaceholder - Live running version](http://jsonplaceholder.typicode.com)

## Install

```bash
$ npm install -g json-server
```

## Example

Create a `db.json` file
Expand Down Expand Up @@ -89,12 +95,6 @@ Returns default index file or serves `./public` directory.
GET /
```

## Install

```bash
$ npm install -g json-server
```

## Extras

### Static file server
Expand Down