Converting a Meteor Project to a Simple Static Site

I am aware of Meteor server side rendering and packages spiderable

, but none of them really address my issue.

I like Meteor so much that I want to use it as my primary development environment even for static brochure style sites (which don't even connect to any dynamic sources).

I would like to be able to access all of Meteor's features (like collections and packages) during my dev process, albeit only converting the whole thing to a static "brochure" when I'm done.

Is there a way to do this?

+3


source to share





All Articles