This is an example of a Crawlee project.
yarn install
yarn start
Default is running with headless browser so you can uncomment the following on development phase.
// src/main.ts
// Uncomment this option to see the browser window.
headless: false;
yarn test
This template is a production ready boilerplate for developing with PlaywrightCrawler
. 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:
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator