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

https://github.com/cannercms/typescript-koa-boilerplate

typescript-koa-boilerplate
https://github.com/cannercms/typescript-koa-boilerplate

Last synced: about 1 year ago
JSON representation

typescript-koa-boilerplate

Awesome Lists containing this project

README

          

## typescript-koa-boilerplate
### start server
```
$ yarn
$ npm start
```

### How to use with docker
#### put npm authToken to env
```
cat ~/.npmrc
```
you'll see `//registry.npmjs.org/:_authToken=blablabla`

```
export NPM_TOKEN=blablabla
```
it's because we may have private module to install while we're building docker image
now, build your own docker image!