vladotesanovic / angular2-express-slim

Quickstart Angular 2 app on Express
MIT License
47 stars 25 forks source link

Where is the express? #6

Closed jrgleason closed 8 years ago

jrgleason commented 8 years ago

I like that you are trying to make the footprint as small as possible. However, you no longer include express ;-). Don't you think you should either re-add express or change the name of the project?

vladotesanovic commented 8 years ago

Nooo :) I am including it, you have it as deps in package.json

jrgleason commented 8 years ago

lol I missed that so I guess just not using it?

jrgleason commented 8 years ago

Ahhh no I missed user, is that still getting used lol?

jrgleason commented 8 years ago

Sorry got lost I thought we had reverted back to straight node... bad day lol

vladotesanovic commented 8 years ago

I just update that to rc.3 :) you can pull changes. Yea, i am still using it. There is no much stuff in node / express, just one route.... :(

jrgleason commented 8 years ago

I expanded it a little on my fork to include some stuff from the hero example on the ng2 site. I also created another app that includes NgMaterial 2 but is based off this one. Feel free to pull in whatever you want.