Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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**