Integrate Lighthouse custom configuration with gulp.
CalendarWebApp -> folder contains complied app to launch with gulp server and used by light house to do audit.
LoghtHouse -> folder contains
LightHouseConfiguration file for your choice of audit.
gulpfile to launch app in chrome and run lighthouse tool.
package.jason file to include minimum packages to integarte lighthouse and gulp dev dependency.
Run below commands
npm install - to install packages
npm start - to launch website and run lighthouse.
After successful run it create a report.html in Lighthouse folder.
Report is available at https://github.com/ramsingh83/LightHouseWithGulp/Lighthouse/report.html