Fuse logo
FUSE
Angular
Your trial is expiring soon!
You have 3 days left in your trial. Upgrade to pro to continue using all features.
Check out BuilderKit; the next generation of toolkit for building beautiful Angular applications. Use promo code FUSE on checkout for 20% off your purchase!
Installation

After the installation process finishes, run the following command while still in your workspace directory:

ng serve

The ng serve command launches the server, watches your files, and rebuilds the app as you make changes to those files.

Alternate command

npm start

Alias for ng serve with a predefined port to avoid conflicts with other Angular applications running on the same machine.