#RequireJS Introduction Course
A small introduction to RequireJS, each branch correspond to a level
1. Very Brief history of web front-end architecture
1.1 Web project architecture, the prehistory chap1.1
1.2 Web project architecture, the post-modernism chap1.2
2. And RequireJS arrived?
2.1 Javascript File and Module loader chap2.1
2.2 Use Web Modules and in particular the Asynchronous Definition (AMD) chap2.2
2.3 Optimize your JS code base chap2.3
