Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harryxiong24/mini-koa

A mini koa framework implemented by Typescript.
https://github.com/harryxiong24/mini-koa

Last synced: about 1 month ago
JSON representation

A mini koa framework implemented by Typescript.

Awesome Lists containing this project

README

        

Welcome to mini-koa 👋



Version

License: MIT

> A mini-koa project.

### 🏠 [Homepage](https://github.com/HarryXiong24/mini-koa)

## Getting started

## Install

```sh
yarn
```

## Build

```sh
# builds the library to `lib`
yarn build

# builds `.d.ts` file for the library
yarn build:type
```

## Run tests

```sh
yarn test
```

## Author

👤 **Harry Xiong**

- Website:
- Github: [@harryxiong24](https://github.com/harryxiong24)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2022 [Harry Xiong](https://github.com/harryxiong24).

This project is [MIT](https://github.com/HarryXiong24/mini-koa/blob/master/LICENSE) licensed.