This simple app demonstrates how HTTP chaching for GET method works.
- pull this repo.
- yarn install.
node server.js
to run the api serveryarn start
for front end- Go to
http:localhost:3000
in your browser (if it does not open automatically). - Open the network tab, and make sure "Disable cache" is NOT ticked.
This project was bootstrapped with Create React App.