chachaxw / koa-starter-template

A nodeJS framework starter template with Koa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A nodeJS framework starter template with Koa

License:MIT License


Languages

Language:JavaScript 80.8%Language:Pug 14.9%Language:Shell 4.3%