Ok so I installed my magento 2 via composer on my windows 10 with xampp.
I did the setup and it took me here which is nice but when I click the products button nothing happens. I cant access any of the menus and I really want to add some products
Hi,
Please run two command in your command window:
step 1. php bin/magento setup:static-content:deploy
step 2. php bin/magento indexer:reindex
step 3. delete cache folder under var/cache
It will help you.
If this post fulfill your solution please mark as accept.
Thanks,
Dibyajyoti
I tried that but could only delete the cache folder in htdocs/magento/var
Those cmmmands resulted in errors shown here http://i.imgur.com/i0VrLDZ.png