Skeleton for a bundle with the DragonNode.js framework
- Run
npm install bundle-skeleton --save
- Add the bundle to the "app.js":
let modules = [
[require('bundle-skeleton'), [
['example',
// Configuration for the module
]
]]
];