Demo application for testing and showcasing Sparkling framework features with integrated method modules.
pnpm install
pnpm run devEdit src/pages/ — the app hot reloads.
| Script | Description |
|---|---|
pnpm dev |
Start development server |
pnpm build |
Build production bundle |
pnpm preview |
Preview built bundle |
pnpm test |
Run tests |
From the repository root:
# Build Lynx bundles first (required for native app resources)
pnpm --filter sparkling-playground build
# Android
npx sparkling run:android
# iOS
npx sparkling run:ios