Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!