FutBuddy App deployed with Appflow Dashboard.
- Just run
ng build
then it will perform prebuild, build then postbuild command inpackage.json
. - After building the artifacts, then you can deploy the hosting by typing
firebase deploy
to deploy to production.
- After
ionic build
ornpm run build
, you can move all the build artifacts fromwww
folder topublic
folder which is the folder that Firebase Hosting used to deploy by using this commandmove www\\* public\\
in Windows cmd. (Provided you have the commandmove
in your cmd installed.)