Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 388 Bytes

React Web Crawler

A Multithreaded web crawler with a Java back-end and a ReactJS front-end.

Screenshot

How to run?

Navigate to the project root directory and execute the following commands:

  1. $ mvn package
  2. $ java --add-modules java.activation -jar .\app\target\app-1.0-SNAPSHOT.jar

Then go to localhost:8080 in your browser.