Thanks this SDK you can trigger your Strapi API in your Javascript/Typescript project.
- Strapi v4 supports
- RESTful methods
- Simplified request responses
- Formatted error handling
If you are using Strapi v3, check out here the documentation of the SDK
v1
- Clone the repository
- Move on
develop
branch - You will need to install dependencies thanks
npm install
oryarn install
- To start development you can use
yarn start
in order to enable build watch oryarn build
- After you finished your change be sure to open a PR against
develop
branch