You are on page 1of 1

Software and Hardware list:

Software specifications:
These are the software packages (and relevant version numbers) used to write this book and test the
source code:

• Visual Studio 2019 Community Edition 16.8.2


• Microsoft .NET 5 SDK 5.0.100
• TypeScript 4.0.5
• NuGet Package Manager 5.7.0
• Node.js 14.15.0 (we strongly suggest installing it using the Node Version Manager, also
known as NVM)
• Angular 11.0.1

For deployment on Windows:

• Internet Information Services (IIS) (Windows Server)


• ASP.NET Core Runtime 5
• Windows Hosting Bundle Installer for Win64

For deployment on Linux:

• ASP.NET Core Runtime 5 for Linux (YUM package manager)


• .NET 5 CLR for Linux (YUM package manager)
• Nginx HTTP server (YUM package manager)

If you're on Windows, I strongly suggest installing Node.js using NVM for Windows-a neat Node.js
version manager for the Windows system.

You can download it from the following URL: https://github.com/coreybutler/nvm-


windows/releases.

We strongly suggest using the same version used within this book – or newer, but at your own risk!
If you prefer to use a different version, that's perfectly fine, as long as you are aware that, in that
case, you may need to make some manual changes and adjustments to the source code.

Hardware specifications: Any system with I5 or better with 4G RAM and 200GB hard disk.

You might also like