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
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.