This page is part of the App Framework Documentation
-
Setup
npm install
to install App Framework and setup the project foldernpm update
to update App Framework to the latest sub version
-
Testing
npm run dev
to start the development serverCTRL + C
to stop the development server
npm run ios
to open an iOS emulator with a development buildnpm run android
to open an Android emulator with a development build
-
Building
npm run patch
to build after bug-fixes and improvementsnpm run minor
to build after adding new functionalitynpm run major
to build after backward-capability breaking changes
-
Deployment
npm run firebase
to deploy rules and static files to Firebasenpm run database
to deploy database rules to Firebasenpm run storage
to deploy storage rules to Firebasenpm run hosting
to deploy static files to Firebase
npm run ftp
to deploy static files to your FTP servernpm run xcode
to deploy static files as iOS Xcode projectnpm run studio
to deploy static files as Android Studio project
-
Backup
npm run backup
to create snapshots of the Firebase database and user listnpm run snapshot
to create a snapshot of your project folder