Getting Started with Create React App npx json-server --watch data/db.json --port 8000 --delay 1000 This will activate the json file as a fake json database. Open http://localhost:8000/blogs to view it in your browser. npm start Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.