Base UI 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.
Download the example or clone the repo:
curl https://codeload.github.com/mui/base-ui/tar.gz/master | tar -xz --strip=2 base-ui-master/examples/base-ui-cra
cd base-ui-cra
Install it and run:
npm install
npm start
or: