strapi

Tutorial: Strapi Install


Note: Password login back-end demo.

admin@demo.com/Admin@2020

Yarn build


Step 1:

yarn install

Step 2:

yarn build

Step 3:

yarn start

NPM build


Step 1:

npm install 

Step 2:

npm run build 

Step 3:

npm run start 

Last updated