Skip to content

wisteria-hill-technologies/http-caching-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published