I am learning React and there are some predefined command, like start and build and I am wondering why I need to type
npm run build
Instead of
npm build
Because when I run the react App, I can type:
npm start
As well as:
npm run start
Anyone here who could explain this to me?