Skip to content

Latest commit

 

History

History

README.md

sparkling-playground

license

Demo application for testing and showcasing Sparkling framework features with integrated method modules.

Getting Started

pnpm install
pnpm run dev

Edit src/pages/ — the app hot reloads.

Scripts

Script Description
pnpm dev Start development server
pnpm build Build production bundle
pnpm preview Preview built bundle
pnpm test Run tests

Run on Device

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