Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 509 Bytes

HTTP Caching Examples (for GET Method)

This simple app demonstrates how HTTP chaching for GET method works.

Set up

  1. pull this repo.
  2. yarn install.

How to run

  1. node server.js to run the api server
  2. yarn start for front end
  3. Go to http:localhost:3000 in your browser (if it does not open automatically).
  4. Open the network tab, and make sure "Disable cache" is NOT ticked.

Notes

This project was bootstrapped with Create React App.