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)