Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 374 Bytes

ARP-Frontend

Front-end repository for Automatic Request Processing Application.

-First checkout the client code. Traverse to project directory

  • Run "npm install"

  • Run "npm start"

  • Node server will start on port 4201.

  • And the node server has proxy configuration to route all front end AJAX HTTP requests requests to 8080(on which backed Server should be running)