Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
When you need to jump start a material-ui project with the pre-hooks version of react. (react v16.7, material-ui v3.7.1)
curl https://codeload.github.com/mui-org/material-ui/tar.gz/v3.7.1 | tar -xz --strip=2 material-ui-3.7.1/examples/create-react-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment