Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/harryxiong24/mini-koa
- Owner: HarryXiong24
- License: mit
- Created: 2022-01-16T08:42:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T07:39:43.000Z (over 2 years ago)
- Last Synced: 2023-03-06T15:22:14.359Z (almost 2 years ago)
- Language: TypeScript
- Size: 233 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to mini-koa 👋
> 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.