Website starter project supercharged for Lighthouse & Google Pagespeed Insights
Uses the following by default:
Download and install NodeJS if you haven't already.
You need to have the Gulp.js CLI installed. Run the following command to install it globally.
npm install gulp-cli -g
npm install
Execute the following command
gulp
Also execute this command for proper images serving while working locally:
gulp build
Build
gulp build
Build for production
gulp build-prod
Serve
gulp serve