App production

I need help creating an app!!

More Info please…

I’m trying to create an app to aid with studying but I don’t know how to do it, do you?

Hannah McKain

Business and design major 2023

Auxiliary services student worker

you can create blank new ionic project by using this command:
ionic start appName blank --spec false
and to build the app you can use:
ionic cordova build android --aot --prod
Make sure you have nodeJS and ionic installed. For more info, you can visit: