Running NodeJS server and Angular client server from a desktop shortcut
I have a NodeJS server that I run using npm startand an AngularJS client UI application that I also run using npm start, is there a way to create a desktop shortcut to run the command lines with just a click?
No comments:
Post a Comment