While still in your work folder, run the following command in the console application:
And that's it. Angular CLI will take care everything and start the Fuse.
You can check out your console application to get further information about the server. By default, it will run on http://localhost:4200 but it might change depending on your setup.
Also, there are other commands available in Fuse which may help you in your development. To see the complete list of available npm commands, check the package.json file.
The ng serve command will watch your files and reload the page for you as you make changes. But for some reason, if you need to manually restart the server, you can do it by pressing Ctrl + C on your keyboard while in the console application and then run the following command once again:
For more information about angular-cli commands, check the angular-cli.