This PR introduces npm start:server which starts a local web-server that either listens on a free port or takes the env variables TDDBIN_FRONTEND_DOMAIN and TDDBIN_FRONTEND_PORT into account if defined. This comes in handy if you don't want to manually setup a local web-server.
This PR introduces
npm start:server
which starts a local web-server that either listens on a free port or takes the env variablesTDDBIN_FRONTEND_DOMAIN
andTDDBIN_FRONTEND_PORT
into account if defined. This comes in handy if you don't want to manually setup a local web-server.