Before you begin developing with Fuse, make sure your development environment includes Node.js, npm and Angular CLI.
To install Node.js, go to Node.js and install the active LTS version.
To download and install npm packages, you must have the npm package manager. This guide uses the npm client command line interface, which is installed with Node.js
by default. To check that you have the npm client installed, run npm -v
in a terminal/console window.
You will use the Angular CLI to create projects, generate application and library code, and perform a variety of ongoing development tasks such as testing, bundling, and deployment.
To install the CLI using npm, open a terminal/console window and enter the following command: