alexpods / angular2-universal-starter

Enjoy Server Side rendering and Web Workers in your Angular2 Application
224 stars 50 forks source link

Static pre-render documentation? #71

Open sebastianmacias opened 7 years ago

sebastianmacias commented 7 years ago

I need to pre-render certain routes for SEO purposes and host my universal app in a static host (no node.js server will be running). I have been looking all over and can't find any info that can point me in the right direction.

How can this be achieved?

Thanks