This project is Frontend project for the Scraping. This is a test project, where a user can add a link to a web page and the application will scrape all the information of that page and get a list of all of the links in that page.
- node >= 16.0
- Navigate to the project directory
cd project-directory
- Install node modules
npm install
To start the React development application, run the following command:
npm run start
You should see a message indicating that the web server is running locally on http://localhost:3000
.