Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 395 Bytes

Fetching data and useEffect

Fetching data and useEffect, from "Build Web Apps with React & Firebase" Udemy course by Net Ninja.

Json server

Install json-server globally: npm install -g json-server

Create data > db.json file.

Start json-server: json-server --watch ./data/db.json

This project was bootstrapped with Create React App.