Socket
Socket
Sign inDemoInstall

create-epcc-app

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-epcc-app

Create Elastic Path Commerce Cloud powered E-Commerce Stores in no time


Version published
Maintainers
1
Install size
648 kB
Created

Readme

Source

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

FAQs

Last updated on 14 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc