strapi cli code example
Example 1: start strapi app
yarn create strapi-app my-project --quickstart
npx create strapi-app my-project --quickstart
Example 2: install strapi cli
npm install strapi@alpha -g
Example 3: strapi run command
npm run develop
Example 4: strapi develop
with npm => npm run develop
with yarn => yarn develp