auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

Cannot GET when going to the http://127.0.0.1:3001 #82

Open helxsz opened 7 years ago

helxsz commented 7 years ago

I have run the server locally on port 127:0.0.1:3001, but can't open the page, is it the right url to load the angular.js application ?

silentzone commented 7 years ago

127.0.0.1:3001 should be JWT backend server url, run angular client use : npm run front or npm start