We have been working on open source technologies right from the beginning, so we will end with building modern web frontends using open source technologies.
The following software needs to be installed as per the OS used- that is, according to Windows, Linux or macOS:
- Visual Studio Code: This is a lightweight cross-platform code editor. You might have already installed it if you're building an ASP.NET Core Web API on a non-Windows machine. If you haven't, then you can install it from https://code.visualstudio.com/.
- NodeJS: This is a package ecosystem for using open source libraries. We are using it to install packages. Install it from https://nodejs.org/en/.
You're free to work with the code editor of your choice, such as Sublime, Atom, or even Visual Studio IDE. We will be using Visual Studio Code (VS Code) as the code...