Backpack
Backpack is minimalistic build system for Node.js. Inspired by Facebook's create-react-app , Zeit's Next.js , and Remy's Nodemon , Backpack lets you create modern Node.js apps and services with zero configuration. Backpack handles all the file-watching, live-reloading, transpiling, and bundling, so you don't have to. It comes with a few conventions defaults (like support for the latest JavaScript awesomeness (i.e. async/await, object rest spread, and class properties)), but everything can be customized to fit your project's needs. Best of all, you can easily add Backpack to your existing Node.js project with just a single dependency. Backpack comes with the "battery-pack included": Latest ES6 features (including module syntax, async/await, object rest spread) SUPER friendly, human readable error messages Live reload (on saves, add/delete file, etc.) Zero-config, one dependency. HOWEVER, you can configure Backpack to your project's need...