Installation
System Requirements:
- Node.js 20 or later.
- pnpm
- mongodb server
- redis server
- Shopify Partner Account: Create an account if you don't have one.
- Test Store: Set up either a development store or a Shopify Plus sandbox store for testing your app.
Clone repository
git clone ssh://git@git.awe7.com:2201/toilahuong/remix-app-starter.git
Setup
- Using pnpm
pnpm install
- Config environment
cp .env.example .env
Local development
pnpm run dev:shopify
Press P to open the URL to your app. Once you click install, you can start development.
Local development is powered by the Shopify CLI. It logs into your partners account, connects to an app, provides environment variables, updates remote config, creates a tunnel and provides commands to generate extensions.
Server development
pnpm run dev