Technical requirements
We need a few more things for this chapter than in the last chapter:
- A modern browser that supports CSS Grid, offers grid debugging, and provides a grid toolset
- An Integrated Development Environment (IDE) or a text editor such as WebStorm, VS Code, or VIM with HTML and CSS syntax highlighting.
- Internet access is necessary to access the code
- Git (optional; we can also download the folder from GitHub)
- Node.js with at least version 14 and npm with at least version 6
If Node.js is not currently installed on your system, or you’ve got the wrong version, nvm (the Node Version Manager) is a fantastic tool to handle different Node.js versions on one system.
All the code for this chapter can be found on GitHub in this repository: https://github.com/PacktPublishing/Mastering-CSS-Grid/tree/main/chapter2.