Contentstack is a headless CMS with an API-first approach. It is a CMS that developers can use to build powerful cross-platform applications in their favorite languages. Build your application frontend, and Contentstack will take care of the rest. Read More.
You need Node.js version 4.4.7 or later installed to use the Contentstack TS Core SDK.
npm install @contentstack/core
This package contains some core modules and utilities used by the Contentstack Typescript Delivery SDK SDK.
npm run build
Run the unit tests:
npm run test
Run the lint tests:
npm run lint
Pack the SDK:
npm run package