# koa-next-api **Repository Path**: hwhao/koa-next-api ## Basic Information - **Project Name**: koa-next-api - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa-next-api ### Node required **node version >= 6.0** ### For development ```bash # install eslint (optional) $npm install -g eslint eslint-plugin-standard eslint-config-standard eslint-plugin-promise babel-eslint # install packages $npm install # install nodemon $npm install -g nodemon # run and watch $npm run watch # build $npm run build ``` Recommend use [cnpm](https://cnpmjs.org/) ### For production ```bash # start $npm start ```