joeeames / MEANAppsFiles

Repository for my MEAN course on Pluralsight
117 stars 105 forks source link

using html instead of jade #17

Closed HamzaJridi closed 8 years ago

HamzaJridi commented 8 years ago

Hi, I have been following this tutorial and I tried to use html instead of Jade, right now I'm stacked in the persist login between page refreshes because you used a jade feature that cannot be used in html, can you suggest a method to be used to persist the user login please ?

joeeames commented 8 years ago

since there is some server-side rendered stuff, you have to use some kind of templating language on the server. EJS is probably the most popular node templating language. I would start there.