Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 814 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 814 Bytes

json-server-intro

Description

Quickly explore how to use json-server

Installation

Install the dependencies and devDependencies and start the server.

cd json-server-intro
npm i

Start json-server using static db.json

npm run serve-json-static

Start json-server using dynamic data generated with Faker

npm run serve-json-generated

Credits and Links