Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavbhuva/puppeteer

Puppeteer with Angular exmple
https://github.com/vaibhavbhuva/puppeteer

Last synced: 29 days ago
JSON representation

Puppeteer with Angular exmple

Awesome Lists containing this project

README

        

# puppeteer

Puppeteer with Angular exmple

## Requirements

- Node 8
- Git

## Common setup

Clone the repo and install the dependencies.

```bash
git clone https://github.com/vaibhavbhuva/puppeteer.git
cd puppeteer
```

```bash
npm install
```

To start script, run the following

```bash
node index.js
```