create a timelapse of your web development (uses pageres)
npm install tlapsesh
npm install npm-run-all tlapse --save-dev
`
`json
{
"scripts": {
"dev": "run-p server tlapse",
"server": "node server",
"tlapse": "tlapse localhost:3000"
}
}
`
`sh
npm run dev
`
__Note__ npm-run-all lets you run scripts in parallel and makes sure that both tlapse and server are started.
__Options__ tlapse can be configured to use different screenshot resolution, interval, etc... to view available options run
`
tlapse --help
``