Skeleton SASS and RequireJS app | JavaScript for Line of Business Applications | Scoop.it

CSS and JavaScript are 2 of the fundamental languages for web driven software. This article will take a look at creating a skeleton app using SASS and RequireJS. These tools can help manage large and complicated code bases while making developer life easier.
Working in web these days is very different from how it was 5 years ago. There are more demands on what the software can do and therefore more of the 3 elements, HTML, CSS, JavaScript. But in order to maintain a well developed, readable and easily maintainable piece of code you need to use the best tools. Server side code encourages modularity of components so we should take the same approach to client side. Enter RequireJS and SASS.