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
- Host: GitHub
- URL: https://github.com/cannercms/typescript-koa-boilerplate
- Owner: CannerCMS
- License: mit
- Created: 2018-01-17T07:00:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T14:46:01.000Z (over 8 years ago)
- Last Synced: 2025-01-13T22:28:17.476Z (over 1 year ago)
- Language: HCL
- Size: 42 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!