I created this when learning about KaboomJS. Feel free to use the code in anyway you like, but please let me know if you want to use the assets also, thanks :)
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
node dist/bundle.js
Made with createapp.dev