- Let's install Git from https://git-scm.com/.
- Choose Use Git from the Windows Command Prompt.
- Let's create an ASP.NET empty application:
- We install JSPM through the console/Command Prompt by typing the following:
npm install jspm -g
- To configure JSPM, let's open a Command Prompt window, and place ourselves in the project directory using the cd command.
- Now let's type the following:
jspm init
- 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 ...