Technical requirements
Similar to the previous chapter, we will be using this book’s repository as an extension of this chapter. You can find it at https://github.com/PacktPublishing/Building-Your-Own-JavaScript-Framework, and the relevant files are in the chapter3
directory. To run the code in this repository, you can use any environment that supports using a Terminal or a command prompt, running Node.js, such as Windows, macOS, and most varieties of Linux.
Most of the code mentioned in this chapter can be found in this book’s repository, so you don’t have to navigate external repositories. Follow the README.md
instructions in the chapter3
directory to get started. In addition, a lot of framework architecture focuses on the stakeholders or developers who will use the framework to build new projects. In this chapter, we will refer to them as framework users, not to be confused with the end users of applications built with these frameworks.