I have downloaded magento 2 more than twice, But there is no code folder inside app and nothing inside pub/static. I am surprised that it install properly but no css effect in frontend and nothing is working in admin panel.
Please, give me a solution.
Solved! Go to Solution.
Since magento is using a composer based dependency manager, all code will be under "vendor/magento". By default "pub/static" is empty. You can generate the necessary css and js files using the CLI command : "bin/magento setup:static-content:deploy"
Since magento is using a composer based dependency manager, all code will be under "vendor/magento". By default "pub/static" is empty. You can generate the necessary css and js files using the CLI command : "bin/magento setup:static-content:deploy"