Run webpack and webpack dev-server on 9090
The same as front:start-dev
but without type checking
Build front-end, folder is ./dist
Run backend in production mode, i.e. run from built files from ./dist-server/dist/index.js
Build back-end, folder is ./dist-server/dist/index.js
Build back-end and watch into ./server
to rebuild back-end.
Rebuild front if needed.
Just nodemon for ./dist-server/dist/index.js
Rebuild front if needed.