Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 529 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 529 Bytes

Web Crawler

Installation

  • Clone the repository
  • Open a terminal or command window and move inside the root folder
  • Run npm install from the root folder
  • Then move inside the client folder and run npm install from that

Usage

  • Open a terminal and move inside the root folder
  • Run npm start to start the server
  • Open another terminal window and move inside the client folder in the root directory
  • Run npm start to start the frontend
  • Open http://localhost:3000 in a browser window to see the website