How to do it...

  1. Let's install Git from https://git-scm.com/.
  2. Choose Use Git from the Windows Command Prompt.
  3. Let's create an ASP.NET empty application:
  4. We install JSPM through the console/Command Prompt by typing the following:
npm install jspm -g
-g allows us install this module globally, which means we can open a Command Prompt from anywhere and typing jspm will be recognized and usable.
  1. To configure JSPM, let's open a Command Prompt window, and place ourselves in the project directory using the cd command.
  2. Now let's type the following:
jspm init
  1. Now we have to answer a set of questions.

The following question will be asked only if package.json doesn't exist:

Package.json file does not exist, create it? [yes]

The JSPM configuration ...

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.