Hello,
I'm kinda new to magento, I've been studing Zend recently so I can understand Magento more, for developing.
Just installed the Magento 2 in Xampp to begin a test website, but when I go to the dashboard, it looks like this:
Also, the menu links don't work.
Any idea why this is happening?
Thanks
Solved! Go to Solution.
How to fix the problem of loading css and javascript files: https://mage2.pro/t/259
Hello joeldominguess,
Seem you had a problem with deploy static content. You try this command lines under your Magento root folder: php bin/magento setup:static-content:deploy
Read more here: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-static-view.html
How to fix the problem of loading css and javascript files: https://mage2.pro/t/259
Hello joeldominguess,
Seem you had a problem with deploy static content. You try this command lines under your Magento root folder: php bin/magento setup:static-content:deploy
Read more here: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-static-view.html