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/.