You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ws fe72798501
update
3 months ago
..
bin update 3 months ago
src update 3 months ago
templates update 3 months ago
.eslintignore update 3 months ago
.eslintrc.js update 3 months ago
LICENSE update 3 months ago
README.md update 3 months ago
package.json update 3 months ago
rollup.config.mjs update 3 months ago
tsconfig.build.json update 3 months ago
tsconfig.eslint.json update 3 months ago
tsconfig.json update 3 months ago

README.md

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