Hi I am a beginner in magento,
And I have created the new magento theme for project.
I have created following folders & files for magento theme.
As inside template folder, I have created only page folder and under that html folder.
EDIT 1
Also, I added products in magento from the backend. Now please help me to understand that
how would i show those products on home page. And also should i copy the files from base folder into new theme folder or something else.
Go to admin panel -> Cms->pages-> home page and add this code there
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}
Now refresh your cache.