Answers for "create new ionic app"

2

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
1

ionic init

$ ionic start
Posted by: Guest on August-12-2020
3

ionic new project

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

Browse Popular Code Answers by Language