Template to quickly start a linted project based on Puppeteer, with the entry point already created.
npm ci
npm run start
Clone:
git clone https://github.com/niabb/starter-puppeteer.git newRepo
cd newRepo
git remote set-url origin https://github.com/userName/newRepo
git remote add upstream https://github.com/niabb/starter-puppeteer
git push origin master
Keep up to date:
git pull upstream master