npm run start vs npm start

`npm start` is the shortened form of `npm run start`
Uninterested Unicorn