Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alincode/koa2-starter-kit-outdated
https://github.com/alincode/koa2-starter-kit-outdated
Last synced: 11 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T02:23:15.000Z (about 7 years ago)
- Last Synced: 2024-11-06T07:27:12.735Z (about 2 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- 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() {
```