0.2.2 • Published 2 years ago

create-epcc-app v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

BETA Create Elastic Path Commerce Cloud Storefront

The fastest way to get up and running with Elastic Path Commerce Cloud is by using create-epcc-app. To get started, use the following command:

npx create-epcc-app@latest --example d2c-algolia
# or
yarn create epcc-app --example d2c-algolia
# or
pnpm create epcc-app --example d2c-algolia

To create a new app in a specific folder, you can send a name as an argument.

npx create-epcc-app@latest my-store --example d2c-algolia
# or
yarn create epcc-app my-store --example d2c-algolia
# or
pnpm create epcc-app my-store --example d2c-algolia

Options

create-epcc-app options:

  • **-e, --example - An example to bootstrap the app with (currently only support d2c-algolia)
  • --use-npm - Explicitly tell the CLI to bootstrap the app using npm. To bootstrap using yarn we recommend to run yarn create epcc-app
  • --use-pnpm - Explicitly tell the CLI to bootstrap the app using pnpm. To bootstrap using pnpm we recommend running pnpm create epcc-app