strapi develop code example
Example 1: install strapi cli
npm install strapi@alpha -g
Example 2: strapi run command
npm run develop
Example 3: strapi develop
with npm => npm run develop
with yarn => yarn develp
npm install strapi@alpha -g
npm run develop
with npm => npm run develop
with yarn => yarn develp