Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 528 Bytes

ObjectLink

Application for searching and linking objects from COS, CAMS, and JDE

To run

Ensure you have Node installed. Change to your directory

cd c:\your\directory

Install npm dependencies

npm install

and then run webpack-dev-server to compile and serve the application

npm run webpack-dev-server

This will run webpack with the watch option so modules will be recompiled on change

You can then browse to http://localhost:8080 to view the application