A Starter Package
- Install the local packages using
npm install - Run using
npm run dev- It starts webpack to package the build.js
- Then it starts both:
webpack --watchto check for any source changes and rebuild the package.nodemonto grab any build.js changes and restart the Node app.
Inspired by: