npm run build
npm start
- Install pm2 globally (if not yet):
npm install -g pm2
- Install pm2-intercom to support logger in cluster mode:
pm2 install pm2-intercom
- Start app:
pm2 start dist/server/bundle.js --name app -i max
Open document editor /app/editor