Application for searching and linking objects from COS, CAMS, and JDE
Ensure you have Node installed. Change to your directory
cd c:\your\directoryInstall npm dependencies
npm installand then run webpack-dev-server to compile and serve the application
npm run webpack-dev-serverThis 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