Hello and thanks for this detailed tutorial!
One question: should we use npm start on production instead of npm run develop? I can't see package.json, so I don't understand what strapi command executed under the hood.
Hello Igor Frolov
For npm you want to use npm start it's part of NPM hence why it doesn't need a script command in package.json this is if you want to override it.