strapi/packages/cli/create-strapi-app
Josh c563f77eee
chore(admin): fix exports & settings links in CE (#18624)
* chore(admin): add index files to files list

* chore: incl. additional deps with quickstart projects

* chore: fix issue with menu links being undefined.
2023-10-31 15:36:40 +00:00
..
2023-04-17 18:21:23 +02:00
2023-04-17 18:21:23 +02:00
2023-10-25 15:06:00 +02:00

Create strapi app

This package includes the create-strapi-app CLI to make the creation of a strapi project lighter.

How to use

Using yarn create command

yarn create strapi-app my-project

Using npx

npx create-strapi-app my-project

Manual install

Using yarn

yarn global add create-strapi-app
create-strapi-app my-app

Using npm

npm install -g create-strapi-app
create-strapi-app my-app