Skip to content

Bilal-io/Web_Screen_Shooter-React-Selenium

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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