##Purpose
To learn basic configuration of RequireJS and require.config
.
##Why RequireJS
RequireJS is useful for building modularized enterprise JavaScript applications.
- we no longer have to control file loading, RequireJS does it elegantly for us
- creation of modules (even though ES6 provides module loading, RequireJS came prior and is very stable)