/koa-starter-template

A nodeJS framework starter template with Koa

Primary LanguageJavaScriptMIT LicenseMIT

Koa Starter Template

A nodeJS framework starter template with Koa

Github Issues Github Forks Github Stars Github License

Architecture

.
├── server                                      # 服务端(koa,nodejs)
    ├── controller                             # Controllers
    ├── utils                                  # Util Tools
    ├── router                                 # Router
    ├── view                                   # Views
    ├── app.js                                 # Server entry file
├── public                                      # 公共资源
   config.yml                                  # 通用配置文件

Install

npm install or yarn install

npm run dev

npm run build

npm run prod