Instalación del núcleo de interfaz de usuario de material con NPM

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

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