Have you tried to start a project on angular 4 using the angular-cli? if so probably you may have dealt with the some of the issues angular-cli has like lack of…
After looking for a while for a node debugger on existing atom packages, just decided to create it myself xatom-debug. I have used other code editors but I always end using atom it is simple, quick and hackable. there is a great dedicated community of package creators.
I have been working on improving the speed in my deployment scripts, usually Front-End builds on large application can become incredible slow, additionally install node modules (npm install) on every deploy is a total pain.