Technical requirements
As I mentioned previously, this is a developer-focused chapter. This means that we will have to get our development environment ready before we proceed.
For our exercise, we will use the following technology stack:
Let's look at the specific requirements for each technology stack.
Node.js
Node.js will be our JavaScript runtime in the environment in which we compile the custom code. You can download Node.js from the official site at https://nodejs.org.
There might be a couple of options to choose from, as shown in the following screenshot:
I recommend downloading LTS for Windows or Mac because the Current version might contain some features that are not supported by SPFx. Even when choosing LTS, you should check that the version is supported by SPFx by going to https://m365book.page.link/SPFx-setup.
Download the 32-bit or 64-bit .msi
version depending on your processor configuration and install it.
Npm
Npm...