Demo: https://express-angular2.herokuapp.com/
- Angular 2 beta.15
- Express
- jwt ( JSON Web Tokens )
- ng-semantic ( https://github.com/vladotesanovic/ngSemantic )
- SystemJS ( loader )
git clone https://github.com/vladotesanovic/angular2-express-starter
cd angular2-express-starter
# Install dependencies
npm install && npm run typings
# start server
npm develop
# Applciation url: http://localhost:3000