Skip to content

cia48621793/preact-material-ui-docs

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published