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
- Host: GitHub
- URL: https://github.com/stafyniaksacha/strapi-typescript-sample
- Owner: stafyniaksacha
- Created: 2022-02-05T17:44:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T18:18:28.000Z (over 3 years ago)
- Last Synced: 2025-02-04T19:15:12.327Z (4 months ago)
- Language: TypeScript
- Homepage: https://github.com/strapi/strapi/pull/12416
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```