Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivokara/typescript-puppeteer-template
๐ผ esbuild bundled Puppeteer + TypeScript starter template
https://github.com/ivokara/typescript-puppeteer-template
esbuild puppeteer starter-template typescript
Last synced: 1 day ago
JSON representation
๐ผ esbuild bundled Puppeteer + TypeScript starter template
- Host: GitHub
- URL: https://github.com/ivokara/typescript-puppeteer-template
- Owner: IvoKara
- Created: 2023-11-16T23:12:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T23:51:15.000Z (about 1 year ago)
- Last Synced: 2023-11-17T00:56:17.618Z (about 1 year ago)
- Topics: esbuild, puppeteer, starter-template, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-puppeteer-template
To install dependencies:
```bash
pnpm install
```To run:
```bash
pnpm run start
```## Try it now!
### GitHub Template
๐ฅ [Create a repo from this template on GitHub](https://github.com/IvoKara/typescript-puppeteer-template/generate).
### Clone to local
๐งน If you prefer to do it manually with cleaner git history:
```bash
npx degit IvoKara/typescript-puppeteer-template my-puppeteer-project
cd my-puppeteer-project
pnpm i
```
If you do not have `pnpm` installed on your machine, simply run `npm install -g pnpm`.Enjoy!