Navigate to root folder of project
php bin/magento module:enable --all --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:di:compile-multi-tenant
rm -rf var/cache var/generation var/page_cache var/tmp var/view_preprocessed
rm -rf pub/static
php bin/magento setup:static-content:deploy en_US
Please reference How to using Grunt in Wiki before start this step
grunt clean:custom
grunt exec:custom
grunt less:custom
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush