tddbin / tddbin-frontend

The source of TDDbin. -
http://tddbin.com
MIT License
225 stars 36 forks source link

`npm start:server` starts a local web-server #36

Closed basecode closed 7 years ago

basecode commented 7 years ago

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.