1 Java Springboot java-spring-boot-starter
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run devor
yarn devBuild the application for production:
build:prod
npm run buildLocally preview production build:
npm run previewSync code to Android studio and Xcode:
npx cap syncSync code to Android studio:
npx cap sync androidSync code to xCode:
npx cap sync ios