Is there a way to run the Angular 2 startup project https://github.com/angular/quickstart/blob/master/README.md without having to run NPM or Node? I don't mind using NPM to download the packages, but I don't want to have to run the server to run the project. Is there a way to separate the two?
I have spent about an hour looking for a reasonable answer and seem to come up short. Any help is greatly appreciated.