Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 382 Bytes

Bam App Starter for Vite

Basic Vite scaffolding to get started building your Bam App

Requirements:

  • Node.js v18+

Local development server

Start server:

npm install
npm run dev

The page http://localhost:5173/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.