Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 982 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 982 Bytes

commercetools-ts-sdk-training

commercetools-ts-sdk-training

https://ok.commercetools.com/training-offering-calendar

NEW JAVASCRIPT COURSE USING THE NEW COMMERCETOOLS TS SDK https://github.com/commercetools/commercetools-ts-sdk-training

Usage

Add API Client Credentials in .env.sample then remove the ".sample" file name should be only ".env" then follow your trainer instructions to solve the exercises.

Installation for npm users

Use the command npm install to install dependencies

then you should be able to run any file using npm run [fileNumber] example

  • npm run 1
  • npm run 4c
  • npm run 6b

Installation for yarn users

Use the command yarn to install dependencies

then you should be able to run any file using yarn [fileNumber] example

  • yarn 1
  • yarn 4c
  • yarn 6b

Requirements

The following (or later) must be installed before the TypeScript SDK can be used:

  • Node v18
  • Npm v10
  • Yarn v1

for questions email [email protected]