Reputation: 818
The server is running but found this "This localhost page can’t be found" see attached images
Upvotes: 2
Views: 4941
Reputation: 1939
Try to access https://localhost:4200 as your dev server listening this port. If you want to change 4200 port to 3000 you should be able to do it using flag -p 3000
Upvotes: 3