Instalação do núcleo da interface do usuário do material usando NPM

// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core
Excited Eagle