Skip to content

ymaheshwari1/shopify-hc-oms-app

 
 

Repository files navigation

shopify-hotwax-commerce-app

Shopify HotWax Commerce app

Firebase hosting deployment for browser platform

  • Setup firebase hosting at mentioned here
  • Goto your project directly on terminal
  • Initialilze firebae firebase init
  • Select hosting from options
  • Select Use existing project
  • Select prject from list
  • It will ask some question, plesae go with default option
  • Configure hosting in case of multiple site deployed for same project
  • Add target to with respect to site firebase target:apply hosting TARGET_NAME RESOURCE_NAME
  • Update your firebase.json file for target
  • firebase deploy --only hosting:TARGET_NAME
  • Deploying to multiple environments $ firebase use default # sets environment to the default alias $ firebase use production # sets environment to the production alias OR firebase deploy -P production # deploy to production alias
  • Deploy app ionic build [--prod] firebase use production (In case of production) firebase deploy --only hosting:clienteling

Netlify hosting deployment

  • Build Netlify configuration netlify build
  • Deploy app netlify deploy --prod --dir=dist

About

Shopify HotWax Commerce app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 44.9%
  • TypeScript 24.2%
  • CSS 17.4%
  • JavaScript 11.3%
  • HTML 2.2%