i have used Xampp and JetBrain WebStorm to run an AngularJS project. But it\'s complicated and low performance.Is there any other way to run an AngularJS project?
ng serve
This command run in your terminal after your in project folder location like ~/my-app$
~/my-app$
Then run the command - it will show the URl NG Live Development Server is listening on localhost:4200
localhost:4200
Open your browser on http://localhost:4200