Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ali322/api-skeleton

build api service with koa + typescript
https://github.com/ali322/api-skeleton

koa koa2 typescript

Last synced: 17 days ago
JSON representation

build api service with koa + typescript

Awesome Lists containing this project

README

        

API Skeleton
===

fundamental skeleton of API project

## development

```bash
npm start
```

## build

```bash
npm run build
```

## test

```bash
npm test
```

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)