Strapi with typescript template

Hi, I have create a template for Strapi with typescript.
It use tsup and esbuild to compile ts to js quickly then start Strapi instance.

Some of the features:

  • A lot of types for Strapi api
  • Http decorators to replace the setup of routes.json
  • Documentation
  • Docker compose configuration
  • Unit / E2e test example and configuration
  • husky and lint-staged setup

For more details, checkout

1 Like