Run these commands in two terminals:
# For frontend
npx lite-server
# For backend
npx json-server --watch db/db.json --port 3004
- Make Responsive
- Design inner pages
Run these commands in two terminals:
# For frontend
npx lite-server
# For backend
npx json-server --watch db/db.json --port 3004