From the course: MERN Essential Training (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add a styling library and folder structure

Add a styling library and folder structure

From the course: MERN Essential Training (2020)

Start my 1-month free trial

Add a styling library and folder structure

- [Instructor] Let's get started on our front end by adding Materialize, a CSS library that will provide us with a great template for our styles, and then add the main structure of our main page. So the first thing you need to do is, go to materializecss.com. And once you get to the page, what you need to do is go in the Get Started section. So click on this button here, and then scroll down to the CDM version. So I'm always using the CDM version because I have the latest and the greatest, versus having the Materialize or the SAS versions, or the MPM version, whatever works for you go ahead and install it, but I'm going to use basically this one and copy and paste this code inside of my HTML. So let's go ahead and copy that. And then let's go back to VS code and then I'm in the front end. So if you remember, we created a front end folder with react pre-installed. So I'm going to go inside of the front end and then…

Contents