Issue
I am very new to Node and AngularJS.
Can I know the difference between npm run dev
and npm start
commands in node terminal?
Solution
You can look it up in the package.json
. The section which you are looking for is named scripts
.
Answered By – Pavel Polyakov
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0