Answers for "ionic run app"

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
0

ionic start server

$ ionic serve
$ ionic serve --external
$ ionic serve --lab
$ ionic serve -- --proxy-config proxy.conf.json
Posted by: Guest on December-11-2021

Browse Popular Code Answers by Language