Skip to content

krishnabardoliya/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scraper

Web scraper to get a webpage details.

To run Nodejs Backend (Express) use the following commands:

$ npm install
$ npm run server

To run Nodejs Frontend (ReactJS) use the following commands:

$ npm install
$ npm start

To run test in Frontend (ReactJS) use the following commands:

$ npm run test

To run both project concurrently use following command:

$ npm run dev

Then it will start up our node server on http://localhost:8081/ and React client on http://localhost:3000/.

About

Application that do analysis of a web-page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published