This example showcases how to use Meteor with React as the front-end library, FlowRouter for app routes and some material-ui to make UX/design easier.
All code is fully commented for easier understanding
If you have any questions/suggestion contact me at:
Email: [email protected]
Twitter: @joacogumuciol
Download the code
git clone https://github.com/jjgumucio/meteor-react-example
Install modules and dependencies
cd meteor-react-example
npm i
Run the app
meteor
Browse to localhost:3000