In production stage backend server is started by npm run start script.
For a development puropses you can start backend in different modes using the following scripts:
npm run devStart- single-instance development modenpm run devTrace- single-instance development mode with stack traces for process warningsnpm run devDebug- single-instance development mode with inspector started (see Debugging guide for details)
- In case of
npm run devStartfails to run, please verify first that there are write permissions to/var/log/cloudify/stage.