Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuusheng/koates
Koa template with typescript
https://github.com/yuusheng/koates
koa koa2 typescript
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T15:54:52.000Z (about 2 years ago)
- Last Synced: 2024-10-02T06:21:00.044Z (about 2 months 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
![](https://cdn.jsdelivr.net/gh/yuusheng/picgo/img/koates%20logo.png)
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
```