Example as to how to use react with es6, jsx, server rendering and material-ui.
Install deps:
npm install
To compile:
make
To compile and minify:
make dist
Then used a webserver to distribute the public diretory.
ln -s /home/vini/github/material-ui-example/public /srv/http/material-ui-example
Then open the url (Ex: http://localhost/material-ui-example)