Starter template for cross-platform (iOS/Android/Web) app built with LitElement, Capacitor and TypeScript.
Run npm install
and follow the prompts to setup the workspace.
start
runs app for development, reloading on file changesstart:build
runs app build fromwww
directorystart:android
run Android app with Android Studiostart:ios
run iOS app with Xcodebuild
compiles .ts and outputs .js toout-tsc
directory, builds app bundle, copies assets and outputs build towww
directorytest
runs your test suite with Karmalint
runs the linter for your project