Basic Webpack scaffolding to get started building your Bam App
Requirements:
- Node.js v20+
Start server:
npm install
npm run dev
The page http://127.0.0.1:8080/devenv/ should automatically be opened which will the load app manifest from bam-app.config.js and your main app code from main.js via the Vite dev server.