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?
Use local-web-server npm package.
https://www.npmjs.com/package/local-web-server
$ npm install -g local-web-server $ cd $ ws
Also, you can run
$ ws -p 8181
-p defines the port you want to use
After that, just go to your browser and access http:localhost:8181/