Lessons: 20Length: 1.9 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 Install Method 2: Dedicated Apps and Services

If you don't like the command line and there are a lot of people who don't like it. You can use some third party apps or services that can compile sales for you. You just create a project or you watch some folders, and you're all set. If you take a look at the installation page of the official Sass website, you'll find a list of the recommended apps. And depending on your OS or budget, you can choose the right one. I'll show you a simple example using CodeKit. In CodeKit, you simply drag and drop the project folder to create a new project. CodeKit will then compile the necessary files and also watch for changes. It's really that simple and the cool thing about CodeKit is that when its compiles and it watches folders and stuff, it can automatically reload the browser. So, it makes for a pretty good working environment when dealing with Sass and with coding in general. Now feel free to play around with CodeKit or some of the other apps in the list and choose the right one for you. There is another tool now called CodePen. I'm sure you've heard about it and it's by far, the easiest one, you can use, if you're just starting out in Sass. In CodePen, when you create a new pen It can add HTML, CSS and JavaScript and you also get a preview. When it come to CSS you can use a couple of preprocessor including Sass. So, you would do this in a browsers, you don't need to install anything, you don't need to use command line. It's all really easy. Now if you're just starting out, I recommend you use CodePen, because it's gonna give you the option of focusing on learning Sass, rather than getting caught up in installing Ruby maybe, or manning up the command line. That's it for this lesson. You now have three methods of installing and using Sass. So go ahead and choose the one that's right for you and use that throughout the rest of this course. I'll be using the command line because I just got accustomed to that and it's the easiest one for me to use. But feel free to use whatever you feel most comfortable with. Now it's finally, time to start learning about Sass, and lesson one, or day one, you'll be learning about the Sass syntax, that's coming up next.

Back to the top