This is a simple first branch for an UI project. The next commit will store pure boilerplates files to track changes in files provided by the React boilderplate team. In case you want to upgrade the boilerplate files, please checkout the next commit (initial boilerplate commit). Then copy the newest boilerplate files and compare changes. Next step would be merging files into the main branch (Please do not merge back to thich branch!!!!). To start an application please execute the following commands: npm i npm start In case of problems with npm delete the "node_modules" folder delete the "package-lock.json" file npm i -@ npm@latest npm i #### How to use material components via css. Include a css using one of the following approaches: //use a css for a specific component (recommended) import '@material/button/dist/mdc.button.css'; //use a css bundle for a whole material components framework import 'material-components-web/dist/material-components-web.css';