Possible to 'ionic serve' from dist folder?

Just trying to get my v1 ionic app to serve my dist folder. Wish is was something as easy as ionic serv {{folder-base}}. any help appreciated! thanks!

If it’s already compiled just cd into the folder and run http-server -o

Obv you need http-server to be installed.