Installation Instructions
Follow these steps to set up and deploy your Shopify app:
- Fork the Repository: Start by forking this repository to your GitHub account.
- Update Configuration Files: Modify
shopify.app.toml
andpackage.json
with your information (app name, handle, URLs, and client_id). - Create a .env File: Include your secrets (
SHOPIFY_API_KEY
,SHOPIFY_API_SECRET
, scopes, and database URLs, etc.). - Install Dependencies:
npm install
- Generate and Migrate Prisma:
npx prisma generate
andnpx prisma migrate deploy
. - Deploy to Vercel: Create a new project on Vercel, configure environment variables, and deploy.
- Commit Your Changes: Keep your repository up to date using Git commands:
git add .
,git commit -m ...
,git push origin main
. - Deploy to Shopify:
shopify app deploy
. Your app is now ready to install and use!
Features
- Optimized for Vercel: Seamless deployment with tailored configurations.
- Built-in Tailwind CSS: Style your app efficiently with Tailwind.
- Shopify Integration: Includes Polaris, AppBridge, and Webhooks for enhanced functionality.
Need Help?
Feel free to reach out for assistance or customization:
- Email: kaizendesarrollador@gmail.com
- GitHub: github.com/aaronarrays
- LinkedIn: https://www.linkedin.com/in/aaronkaizen/
This template was built to drastically reduce time and complexity when deploying Shopify apps to Vercel—previously a longer, more fragmented process.