Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layouwen/koa-typescript-starter
An efficient and ready-to-use boilerplate for building applications with Koa.js and TypeScript.
https://github.com/layouwen/koa-typescript-starter
Last synced: 2 days ago
JSON representation
An efficient and ready-to-use boilerplate for building applications with Koa.js and TypeScript.
- Host: GitHub
- URL: https://github.com/layouwen/koa-typescript-starter
- Owner: Layouwen
- Created: 2024-08-02T02:18:50.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:02:04.000Z (25 days ago)
- Last Synced: 2024-10-25T06:37:09.079Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koa Typescript Starter
## Quick Start
### Install
```bash
pnpm i
```### Run
```bash
pnpm dev
```### Build Js
```bash
pnpm build
```### Build Pkg
```bash
pnpm build:pkg
```### Build Docker Image
```bash
pnpm build:docker
```### Test
```bash
pnpm test
# watch
pnpm test:watch
```## Features
- [x] **TypeScript**
- [x] **Eslint**
- [x] **Prettier**
- [x] **Husky**
- [x] **Lint**
- [x] **Jest**
- [x] **Logger**
- [x] **Pkg**
- [x] **Mqtt**
- [ ] **Socket.io**
- [ ] **Redis**