Skip to content

A React app that communicates with a Node.js backend through Express that uses Selenium to take screenshots

Notifications You must be signed in to change notification settings

Bilal-io/Web_Screen_Shooter-React-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app was created with create-react-app and then ejected.

In the backend Selenium is being used. To run this, you must have Chrome browser installed. Chromedriver will be downloaded by your node manager.

Clone

git clone https://github.com/Bilal-io/Web_Screen_Shooter-React-Selenium.git && cd Web_Screen_Shooter-React-Selenium

Then

npm install && npm start

React will run on port 3006, you may change it in scripts/start.js const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3006; Express will run on port 4000, you can change it in server.js, and don't forget to change it in the proxy in package.json

About

A React app that communicates with a Node.js backend through Express that uses Selenium to take screenshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published