Node app template that uses webpack configured for separate frontend and backend bundles
Node app template that uses webpack configured for separate frontend and backend bundles.
npm i
Start dev-server that automatically restarts after every server build and uses hot module reloading for client changes.
npm run build-dev-server
Run commands in separate processes.
npm run nodemon
npm run build
npm start