express-hot-reload-dev
hot reload for express
how to use
;; const app = ; const hotReloadMiddle = ; const routePaths = '/routes/router01'; for const item of routePaths const routePath = ``; app; app;
workspace
docker run --rm -it \ -w /app \ -v $(pwd):/app \ -p 9000:9000 \ node:12.14-alpine /bin/sh
run test
npm inpm run test