https://github.com/alincode/koa2-starter-kit-outdated
https://github.com/alincode/koa2-starter-kit-outdated
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/koa2-starter-kit-outdated
- Owner: alincode
- License: mit
- Created: 2017-10-03T09:12:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T02:23:15.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T22:59:57.600Z (over 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koa2 Starter Kit
```
npm start
npm run dev
npm run dev-pm2
npm run lint
npm run watch
```
### env
* node 8.6
* npm 5.3
* mysql 5.6
### pm2
```
pm2 start bin/ecosystem_staging.json
```
### You should know...
* [Koa2](http://koajs.com/) - next generation web framework for node.js
* [lodash](https://lodash.com/) - utility library
* [eslint](https://eslint.org/) - linter tool
* [JSON Web Tokens - jwt.io](https://jwt.io/)
```
// "build": "babel ./server -d ./lib",
// "serve": "node ./lib/app.js",
services/user.js:31
var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
```