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

https://github.com/stafyniaksacha/strapi-typescript-sample

A strapi v4 typescript application
https://github.com/stafyniaksacha/strapi-typescript-sample

Last synced: 2 months ago
JSON representation

A strapi v4 typescript application

Awesome Lists containing this project

README

        

# 🚀 Getting started with Strapi & TypeScript

This is a sample repository to test strapi with Typescript & ESM modules using [jiti](https://github.com/unjs/jiti#readme) as just in time compiler.

It use strapi from https://github.com/stafyniaksacha/strapi/tree/feat/typescript-mjs

Nothing special to do for typescript supprt, it just work! You can mix all js, ts, cjs and mjs files in the same project!

## How to test ?

```bash
git clone [email protected]:stafyniaksacha/strapi-typescript-sample.git
cd strapi-typescript-sample
yarn
yarn develop # or yarn start
```