This lesson demonstrates how to add Material-UI components to our project by creating a Header
component that we can share throughout our app.
Running "npm run dev" launches a couple of Warnings regarding undefined environment variables (API_KEY and BLOGGER_URL).
Are this environmental variables needed at all?
This is by using the code directly cloned from the github repo.
Thanks for the course, it's been quite good so far :)