-
npm install material-ui --save -
npm install react-tap-event-plugin --save -
Add Google font to SCSS
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
- Add CSS
html {
font-family: 'Roboto', sans-serif;
}
If see this error: Uncaught TypeError: Cannot read property 'componentWillLeave' of undefined
Delete node_modules folder and re-run "npm install".