To set up our development environment, here are the list of pre-requisite setups that we need to run on our machines:
- Install Visual Studio 2015 or 2017 from http://www.visualstudio.com.
Visual Studio is also available for Mac now and you can download it from the same link as mentioned above.
- If using Visual Studio 2015, make sure Update 3 is installed. This is needed to work smoothly with Angular, which is based on TypeScript 2.0.
- Install the latest .NET Core version from https://www.microsoft.com/net/core.
- Install TypeScript 2.0 for Visual Studio 2015 or a later version.
- Install Node 4 or later. You can check the version by running the command node -v at the command prompt.
- As we will be developing an SPA ...