What is the role of the command line? What does node api mean?

npm install
npm run build:dll
npm run build
node api

this is the command to start a project. Do you want to know these commands and the effect of using them together?

Oct.08,2021

npm install installation depends on
npm run name execute commands that specify name in package
node api generally api.js code

Menu