Step1- Download the composer. You can download composer here- load this Url on your Browser- https://getcomposer.org/download/
Download the setup and follow the installation instructions.
Step2- Open the command prompt/terminal and run the following command-
E:\xamp\htdocs>compser
You will see the following results
If you can see the above results, then congratulations, you have successfully installed the composer.
Step3- Let’s now create a new project called online-store
Run the following command-
E:\xamp\htdocs>composer create-project CodeIgniter/framework online-store
You will see the following results
Now project created successfully in htdocs folder.
Step4- load the following URL into your browser- http://localhost:3000/
HERE
You will see the following results your frontend project is run successfully