Appearance
Prerequisites
To get started with Alpha Fusion, ensure your development environment is properly configured. You will need the Node.js runtime and the Angular command-line tool.
Required Tools
1. Node.js & npm
Alpha Fusion relies on the Node.js runtime. Please visit the official Node.js website and install the Active LTS version.
The npm package manager is included automatically with the Node.js installation, so no separate setup is required for it. You can verify the installation by running npm -v in your terminal.
2. Angular CLI
The Angular CLI is essential for creating components, serving the application, and building the project for deployment.
To install the CLI globally on your system, open your terminal and execute the following command:
sh
npm install -g @angular/cli