Serving static HTML in a meteor-react app

Hi,

I’m a beginner with Meteor and I’m building a Meteor-react app. Routing is done using React-Router.

The app has two main parts. First is a static HTML page with images etc and the second part is the react app that provides functionality on these static pages.

The react part is done. However, I’m having difficulties figuring out how to serve static content with Meteor and then “link” the static part and the react part together for the fully functional app.

Any pointers would be most welcome. I looked at static-html package however I cant figure out how to use it.

Thanks a lot. :slight_smile: