Student Reviews
( 5 Of 5 )
1 review
Video of Ionic 5 - 03 Building build - Part 2 in Ionic course by TechAssembler channel, video No. 5 free certified online
Once application is created using CLI commands.
then build the project by running .
ionic build
: this will create the www folder that is used for creating the native project.
after ionic build
ionic capacitor add "platform"
platform i.e android or ios.
npx cap open android // for android build
npx cap open ios // for ios build