Skip to content

aeskafi/Front-End-Web-Development-with-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Confusion

In the project directory, you can run:

yarn start || npm start

JSON-SERVER

Installing json-server on MacOS

sudo npm install -g json-server

Running the json server

In the json-server directory, you can run:

json-server --watch db.json -d 2000 -p 3001