To build the code, follow these steps.
-
Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
-
From the project folder, execute the following command:
npm install
-
Ensure that Gulp and JSPM are installed. If you need to install it, use the following command:
npm install -g gulp jspm
-
From the project folder, execute the following command:
jspm install
To run the application simply run
gulp watch
from the project folder. It'll be available on http://localhost:9877