Magento 2 CSS,images and js not loading

I have faced the same issue and its like the css,js and images were not loading after Magento 2 installation.

Below commands were issued from command line and that solved the issue.

php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush

Leave a Reply

Your email address will not be published. Required fields are marked *