First, find a project that uses Material UI.
git clone https://github.com/callemall/material-ui.git
cp -R material-ui/examples/webpack-example .
cd webpack-example
Now install the GitHub version of Material UI.
npm install react react-dom react-tap-event-plugin
npm install github:callemall/material-ui#25dcaa4 --save
The output of the second command is in install.log. This shows the installaton of dependencies but no build messages.
Then we should be able to build with
npm install
npm run build
But I get the errors shown in build.log. This basically boils down to there being no lib
directory.