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
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-ts-sdk-training
- Owner: commercetools
- Created: 2022-05-26T09:09:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T14:05:05.000Z (over 1 year ago)
- Last Synced: 2025-04-20T15:17:56.504Z (about 1 year ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 8
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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