Go to your project write heroku login then git add . git commit -m "update" git push heroku master
Tips and tricks
Disable for specific page add this on top of the file /* eslint-disable */ Disable for whole project Create a file named .eslintignore and enter **/*
Write this error_reporting(E_ALL); ini_set('display_startup_errors', 1); ini_set('display_errors', 1);
add –save after npm install command npm install gulp-sass --save alternativelly make it always save npm config save=true
In your command prompt / powershell enter git config --global core.autocrlf false if you are getting errors when cloning git products in PHPSTORM
Install community edition here Install custom – location C:\mongodb Go create C:\data\db folder Go to C:\mongodb in command prompt Run mongod open another cmd.exe and run mongo Access http://localhost:27017/ to check