Integrating Meteor with a existing React Application

I am sorry if this is a newbie Meteor\React question but I thought I will take inputs from the community instead of spending more time on this.
I am currently trying to integrate Meteorjs into an existing React+MaterialUI BoilterPlate(https://github.com/alexanmtz/material-sense) but I have no luck. Would the recommended way be to create a new Meteor+React application and then integrate the boilerPlate’s sourcecode into it. Would the community have inputs on how I would go about doing this?

You should think in other way: make it works with Meteor. Make it be a part of Meteor.
I think you may need only router, components, some images and css.

Thank your Minh for your input.

This may be helpful –

meteor create --react

1 Like