109 words
1 minute
Install Strapi

Prerequisites#


Steps#

  1. Open the terminal in the folder you want to create new project
  2. Initialize Strapi project by run this command
    Terminal window
    npx create-strapi@latest my-strapi-project
    NOTE

    Change my-strapi-project to your project name

  3. You can select Login/Sign up to try the Growth plan of Strapi or skip it
  4. You can press Enter to accept default answers Default answers
  5. Run this command to access the project and open with Visual Code
    Terminal window
    cd my-strapi-project & code .
  6. Run this command to start the project and your browser automatically opens a new tab.
    Terminal window
    npm run dev
    NOTE

    Change npm to your Node.js package manager

  7. You need to create your account and now you can access to the admin panel.

References#

Install Strapi
https://slimaeus.github.io/posts/strapi-installation/
Author
Slimaeus
Published at
2025-07-03
License
CC BY-NC-SA 4.0