Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.86 KB

File metadata and controls

39 lines (27 loc) · 1.86 KB

JS Storefront Template

Requirements

See Recommended Development Environment.

  • Angular CLI: 17.0 or later.
  • node.js: 20.9.0 or later
  • yarn

Getting started

To bootstrap a new Spartacus storefront:

  1. Get credentials at the Repository based shipment channel
  2. Export your base64 NPM credentials as Environment variable RBSC_NPM_CREDENTIALS.
  3. Run the bootstrap script with your repo name
    ./boostrap.sh <project name>
  4. You can delete the bootstrap folder and script afterwards.

What does the script do?