Skip to content

inubasfloran/playground-react-puppeteer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal example of using puppeteer with react. Created for a bug report here on parcel-builder.

  • Server only hosts puppeteer
  • Client does everything using page.connect({})

Usage:

git clone --recursive https://github.com/entrptaher/playground-react-puppeteer -b parcel

# Terminal 1
cd playground-react-puppeteer/server
yarn
yarn start

# Terminal 2
cd playground-react-puppeteer/client
yarn
yarn start

Now browse to http://localhost:1234/ and click Get Title

About

Example of using react and puppeteer with http-proxy and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.3%
  • HTML 7.4%
  • CSS 7.3%