May 2018
Intermediate to advanced
470 pages
13h 54m
English
In order to keep the UI in our MERN applications sleek without delving too much into UI design and implementation, we will utilize the Material-UI library. It provides ready-to-use and customizable React components that implement Google's material design. To start using Material-UI components to make the frontend, we need to install the following modules:
npm install --save material-ui@1.0.0-beta.43 material-ui-icons
To add the Roboto fonts as recommended by Material-UI, and use the Material-UI icons, we will add the relevant ...
Read now
Unlock full access