How to deploy the applciation, as servcice or desktop application
Here are all services integrated in one project as docker service It's possible to use local and on server by few tools to deploy:
- dokku
- heroku
- Now
Don't forget to set the environment variable NODE_ENV=production
to avoid the slower, dev version of React. Like so:
npx now -e NODE_ENV=production DevOpsTerminal/backend
with nextjs is possible to use as desktopapplication