angular2-express-starter icon indicating copy to clipboard operation
angular2-express-starter copied to clipboard

Server error when browsing http://localhost:4300

Open ahmedalatawi opened this issue 6 years ago • 1 comments

Hello Vlado, Thanks for your awesome work!

When I run npm run start and go to http://localhost:4300 I get this error on the browser: {"error":{},"message":"Not Found"} I'm trying to run the server side stuff but seem not able to. Any help would be appreciated. Thanks!

ahmedalatawi avatar Mar 04 '18 20:03 ahmedalatawi

http://localhost:4200 is angular app http://localhost:4300 is API

try with http://localhost:4300/api/public/simple

vladotesanovic avatar Mar 04 '18 20:03 vladotesanovic