/koa2-cms-boilerplate

A CMS boilerplate based on Koa 2.

Primary LanguageJavaScriptMIT LicenseMIT

koa2-cms-boilerplate

Boilerplate for building APIs with koa2 and postgre.

Requirements

  • node ^5.0.0
  • npm ^3.0.0

Installation

git clone https://github.com/geraldyeo/koa2-cms-boilerplate.git

Features

Structure

├── src
|	├── middlewares
|	├── models
|	├── modules
|	├── views
|	└── app.js			# cms app
├── tests
├── index.js			# Bootstrapping and entry point
└── README.md			# This document

Usage

  • npm start Start server on live mode

License

MIT