An open API service indexing awesome lists of open source software.

https://github.com/commercetools/commercetools-ts-sdk-training

This repo is used during commercetools TypeScript Developer Training
https://github.com/commercetools/commercetools-ts-sdk-training

Last synced: about 1 year ago
JSON representation

This repo is used during commercetools TypeScript Developer Training

Awesome Lists containing this project

README

          

# 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 training@commercetools.com