https://github.com/yuusheng/koates
Koa template with typescript
https://github.com/yuusheng/koates
koa koa2 typescript
Last synced: 4 months ago
JSON representation
Koa template with typescript
- Host: GitHub
- URL: https://github.com/yuusheng/koates
- Owner: yuusheng
- License: mit
- Created: 2022-07-12T15:23:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T15:54:52.000Z (over 3 years ago)
- Last Synced: 2025-02-01T17:44:44.412Z (over 1 year ago)
- Topics: koa, koa2, typescript
- Language: TypeScript
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

Koa template with Typescript
English | įŽäŊ䏿
## Features:
- đĒ Typescript support
- âī¸ [koa-router](https://github.com/koajs/router) [koa-logger](https://github.com/koajs/logger)
- đđģ [Vitest](https://vitest.dev/) test framework
- đ [pm2](https://pm2.keymetrics.io/) Node.js production process manager
- âĄī¸ [tsx](https://github.com/esbuild-kit/tsx) Node.js enhanced with esbuild to run TypeScript & ESM files
- đ eslint
## Usage:
use degit to have a cleaner git history version
```bash
npx degit yuusheng/koates my-koa-project
cd my-koa-project
pnpm i #if you don't have pnpm you can run npm install pnpm -g first
```