This template is a production ready boilerplate for developing with PuppeteerCrawler
.
Use this to bootstrap your projects using the most up-to-date code.
If you're looking for examples or want to learn more visit:
- Copy
.env.exmaple
file and update with your setting
cp .env.exmaple .env
- Run docker-compose to watch and compile code
docker-compose up
- Run Apify
docker-compose exec node yarn apify
or watch
docker-compose exec node yarn start:watch
If your README requires a table of contents, use the template below and make sure to keep the <!-- toc start -->
and <!-- toc end -->
markers.
- Introduction
- Use Cases
- Case 1
- Case 2
- Input
- Output
- Miscellaneous