Create a new Capacitor project with a stock project structure if you’d rather start fresh and plan to add a UI/frontend framework separately.
npx @capacitor/cli create [options] [directory] [name] [id]Inputs:
directory (optional): Directory to create the new app in, such as
c:\src\myappname (optional): App nameid (optional): App Package Id (in Java package format, no dashes), such as
com.example.appOptions:
--npm-client <npmClient>: npm client to use for dependency installation