I started writing an express app and really liked using Jade for my html. Now I'm writing an angular app and don't want to type all of the "<>" for my html. I haven't decided on a backend for the angular app.
How do I write the html for an angular app using jade?
Edit:
I made a package.json
and included:
"dependencies": {
"jade":"0.35.x"
}
then ran npm install
But when I create and open index.jade
it doesn't render html, por que?