meteor-react-example icon indicating copy to clipboard operation
meteor-react-example copied to clipboard

Simple CRUD app using Meteor with FlowRouter, React and Material UI

Meteor with React Example

js-standard-style

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

Instructions

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