Part of developing web applications is knowing how to style your UI properly. Some might argue that this is the role of a front-end or full-stack developer, but it is good that every developer knows the basics of CSS, jQuery, and JavaScript.
In this chapter, we will have a look at working with SCSS to create CSS. We will also have a look at using jQuery and JavaScript. Being able to develop client-side logic to add functionality to your web application is a skill web developers need to embrace.
Separate Production Scripts from Development Scripts
During development, it ...