Strapi se desenvolve
with npm => npm run develop
with yarn => yarn develp
Mr J
with npm => npm run develop
with yarn => yarn develp
What is Strapi?
Strapi is an open-source, Node. js based, Headless CMS
that saves developers a lot of development time while giving them the freedom
to use their favorite tools and frameworks.
Strapi also enables content editors to streamline content delivery
(text, images, video, etc) across any devices.
Strapi - To create Backend with GUI.
# to install
npx create-strapi-app@latest my-project
# choose custom / manual installation to specify database etc.
npm run develop
yarn create strapi-app my-project
npx create-strapi-app@latest my-project
npx create-strapi-app backend --quickstart
What is Strapi?
Strapi is an open-source, Node. js based, Headless CMS
that saves developers a lot of development time while giving them the freedom
to use their favorite tools and frameworks.
Strapi also enables content editors to streamline content delivery
(text, images, video, etc) across any devices.