Render Material-UI Components with Next.js

Share this video with your friends

Send Tweet

This lesson demonstrates how to add Material-UI components to our project by creating a Header component that we can share throughout our app.

Carlos Conde
Carlos Conde
~ 7 years ago

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 :)