Language: Deutsch · English
Develop the Angular web client locally – Node.js, development mode, npm install, config.json and localhost:4200.
HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Only needed initially and after changes to package.json:
npm install
Enter the host name, port and web context of the Nuclos server in nuclos/nuclos-webclient/src/assets/config.json.
The web client is then available at http://localhost:4200.
Addon problems
Startup problems with an addon? Delete the node_modules folder and reinstall the addon dependencies:
npm install @nuclos/nuclos-addon-api npm run install-addon-deps