Start the server with the generated json-server files.
Features
Open the har file and (Ctrl+Shift+P or Cmd+Shift+P)> API Doc: Generate Json Server Files. A new folder json-server will be created under the project root.
Run json-server
Navigate to the json-server folder, do npm i and npm run start.
GET calls are handled via db.json file.
Separate files for each http method are created such as POST.json, PUT.json that will return the responses to avoid the issue of json-server overwriting the responses.
Asset requests such as js/css/png calls are not included.