This is the documentation website and application of Material-UI.
- Node 4.0 or newer
- React Native for development
- Xcode for iOS development (optional)
- Android SDK for Android development (optional)
After cloning the repository, install dependencies:
cd <project folder>/material-ui
npm install
cd <project folder>/material-ui/docs
npm install
Once dependencies are installed, start the application with:
npm run browser:development
Open http://localhost:3000
to view the documentation site.
npm run native:development
Open ios/iosApp.xcodeproj
in Xcode, build and run the project.
npm run native:development
npm run android:setup-port
react-native run-android