Angular CRUD application with JSON server Development server with JSON server as the backend Run ng serve for a dev server. Navigate to http://localhost:4200/. Run npm run server or json-server --watch ./src/assets/mock-data/countries.json --port 8000 to start the JSON server