strapi code example
Example 1: strapi
npx create-strapi-app my-project
Example 2: strapi develop
with npm => npm run develop
with yarn => yarn develp
npx create-strapi-app my-project
with npm => npm run develop
with yarn => yarn develp