Application for searching and linking objects from COS, CAMS, and JDE
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