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

Run nodejs-jwt-authentication-sample and angular2-authentication-sample in one webpack.config.js is possible? #37

Closed emirdeliz closed 8 years ago

emirdeliz commented 8 years ago

I would like to run this program in single file. I need run two ports 3000 and 3001. These be ports necessary for sample login and authentication sample. Any sugestion?

valorkin commented 8 years ago

added npm run server in #38 if tooo lazy to run 2 terminals use npm run server & npm start :)