How to create strapi project tutorial # 1

Hey, Hey, Today we will learn how to use strapi. If you don’t know about strapi, I will not tell you about strapi.

I will get into dev part without any delay.

Here is the command, You will see and use everytime when you create new strapi project.

[sourcecode] npx create-strapi-app@latest my-project –quickstart
[/sourcecode]
strapi install

strapi install

if my project name is quick shop ,
you can edit it like below

[sourcecode]npx create-strapi-app@latest quickshop[/sourcecode]

after project completion..
change directory to your desired project

[sourcecode]cd quickshop[/sourcecode]

Now you need to install all dependencies

[sourcecode]npm install[/sourcecode]
strapi-install-dependencies

strapi-install-dependencies

Now all dependencies are install successfully. Now I will run the project in development mode.
You need to run the following command.
[sourcecode] npm run strapi develop [/sourcecode]
strapi-start-development-server

strapi-start-development-server

Our project is successfully started in development mode.

Now you can login easily to strapi, visit following path

[sourcecode] http://localhost:1337/admin/ [/sourcecode]

It will open admin panel/ dashboard for you.

But…But…

You need to register first.

strapi-register-screen

strapi-register-screen

Fill the form and you will be welcomed in dashboard.

You can see the following screen, before moving to dashboard.

tell me more about yourself

tell me more about yourself

Tell about yourself what you do or 2nd option is to skip this question. but I will answer it.

here is how the dashboard look like when I installed the project.

dashboard_strapi

dashboard_strapi

 

Tony BB
 

TonyBB is a Coach , marketer, hypnotist and a founder of RSKVF Production who specializes in providing simple, affordable, and easy to use solutions for Life.

Click Here to Leave a Comment Below 0 comments

Leave a Reply: