| Auszug |
|---|
|
Nuclos web client development: Node.js, npm install, config.json, localhost:4200, development mode, Angular, addon, addon-api. |
Language: Deutsch · English
JS web client development environment
Develop the Angular web client locally – Node.js, development mode, npm install, config.json and localhost:4200.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
Prerequisites
- Node.js installed;
- Nuclos must be started in development mode.
Install libraries
Only needed initially and after changes to package.json:
Server configuration
Enter the host name, port and web context of the Nuclos server in nuclos/nuclos-webclient/src/assets/config.json.
Start the web client
The web client is then available at http://localhost:4200.
| Info |
|---|
|
Startup problems with an addon? Delete the node_modules folder and reinstall the addon dependencies: | Codeblock |
|---|
| npm install @nuclos/nuclos-addon-api
npm run install-addon-deps |
|
Related pages
Setting up Docker
Build tools.
Open →