Skip to content

Latest commit

 

History

History

base-ui-cra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MUI Base - Create React App example in JavaScript

MUI Base is a library of unstyled React UI components and hooks.

Create React App is a framework for quickly creating a new React project without the need to configure complex build tools or development environments.

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/base-ui-cra
cd base-ui-cra

Install it and run:

npm install
npm start

or:

Edit on StackBlitz

Edit on CodeSandbox