Skip to content

leoziondev/proj-tripago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS Fetching Data & useEffect

Project by learning and explore more about using fetching data with useEffect hook

How use this project

  • clone this project
  • enter the folder project for install dependencies with command yarn or npm install
  • start the project with yarn dev or npm run dev
  • start json server with command json-server --watch ./data/db.json

Documentation