Ionic Build Command

I recently started an ionic app

when I build, I don’t want to build to a specific platform such as ios or android; just to a website!

where does the build output go to? for instance, the file path location?

thanks!

If you want to build for a website, try:

ionic lab

or

ionic serve

They show your app on a browser. If you want to build for website only, then you should study Angular 5, not ionic. Angular & firebase build web applications…

www.angular.io

so, if I do an ionic build, I will not see a dist folder being produced? did ionic use to do this? all I need is the location of the dist folder after I perform an ionic build

/www is Ionic’s dist folder

See: