A lightweight, asynchronous Project Lighthouse client for JavaScript that runs both in the browser and Node.js environments.
To install the dependencies, run
npm installTo build the nighthouse packages, run
npm run buildTo continuously rebuild them in the background you can also use
npm run watchTo build and run the browser example, run
npm -w examples/browser run serveTo build and run the Node.js example, run
npm -w examples/node run build
npm -w examples/node run start
As with the packages you can substitute
watchforbuildto continuously rebuild in the background.