Answers for "making apps with ionic"

3

ionic build app

npm run build
npx cap copy
	//IOS
npx cap copy ios
npx cap open ios
	//Android 
npx cap copy android
npx cap open android
Posted by: Guest on September-06-2021
4

ionic new project

ionic start <name> <template> [options]
Posted by: Guest on March-24-2021

Code answers related to "making apps with ionic"

Browse Popular Code Answers by Language