Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1 KB

README.md

File metadata and controls

47 lines (33 loc) · 1 KB

This is the documentation website and application of Material-UI.

Requirements

Installation

After cloning the repository, install dependencies:

cd <project folder>/material-ui
npm install
cd <project folder>/material-ui/docs
npm install

Running

Once dependencies are installed, start the application with:

Browser

npm run browser:development

Open http://localhost:3000 to view the documentation site.

iOS

npm run native:development

Open ios/iosApp.xcodeproj in Xcode, build and run the project.

Android

npm run native:development
npm run android:setup-port
react-native run-android